> ## Documentation Index
> Fetch the complete documentation index at: https://docs.raycaster.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# Importing and Exporting

> Learn how to move data in and out of Raycaster AI Workspace

## Moving Data Into and Out of Raycaster

Raycaster provides powerful tools for importing external data into your workspace and exporting your enriched data for use in other systems, making it easy to integrate with your existing workflows.

<Frame>
  <img src="https://mintcdn.com/raycaster/7UelhNhIiWBOCuCS/images/settings-dropdown.png?fit=max&auto=format&n=7UelhNhIiWBOCuCS&q=85&s=6e2e42a26a6744bdaba3e30f55b5ebbf" alt="Import and export interface overview showing file upload and download options" class="rounded-lg border border-gray-200 dark:border-gray-700" width="166" height="288" data-path="images/settings-dropdown.png" />
</Frame>

## Importing Data

### CSV Import

The most common way to bring data into Raycaster is through CSV (Comma-Separated Values) files:

<Steps>
  <Step title="Access Import Function">
    Open the sheet where you want to import data and click the "Import" button in the toolbar
  </Step>

  <Step title="Upload CSV">
    **Upload File**: Click "Select File" to select a CSV file from your device
    Choose if duplicate rows should be removed

    <img src="https://mintcdn.com/raycaster/7UelhNhIiWBOCuCS/images/import-source.png?fit=max&auto=format&n=7UelhNhIiWBOCuCS&q=85&s=acc01320759a6b1a451eca597ad65638" alt="Import Source Selection" class="rounded-lg border border-gray-200 dark:border-gray-700" width="952" height="704" data-path="images/import-source.png" />
  </Step>

  <Step title="Map Columns">
    In the column mapping screen:

    * Match columns from your CSV to columns in your sheet
    * Use the dropdowns to select the appropriate destination column
    * Use "Skip Column" for data you don't want to import in the drop down
    * Add new columns if needed from the drop down

          <img src="https://mintcdn.com/raycaster/NkwkAu8IAZ9zTAYr/images/column-mapping.png?fit=max&auto=format&n=NkwkAu8IAZ9zTAYr&q=85&s=69c68a400e3cb1b38c0323987d8de213" alt="Column Mapping" class="rounded-lg border border-gray-200 dark:border-gray-700" width="1028" height="1066" data-path="images/column-mapping.png" />
  </Step>

  <Step title="Review and Confirm">
    Check the preview of how your data will be imported

    * Verify column mappings are correct
    * Ensure data appears as expected
    * Check for any errors or warnings
  </Step>

  <Step title="Start Import">
    Click "Import Data" to begin the process

    * A progress indicator will show the status
    * When complete, you'll see a summary of rows imported

          <img src="https://mintcdn.com/raycaster/7UelhNhIiWBOCuCS/images/import-progress.png?fit=max&auto=format&n=7UelhNhIiWBOCuCS&q=85&s=2bda448ea2ad4f2104f00f791c0a3432" alt="Import Progress" class="rounded-lg border border-gray-200 dark:border-gray-700" width="1122" height="540" data-path="images/import-progress.png" />
  </Step>
</Steps>

### CSV File Requirements

For best results, ensure your CSV files meet these requirements:

* The first row must contain column headers
* For Company sheets: Include domain or URL in standard format (e.g., "company.com" or "company.org")
* For People sheets: Include LinkedIn URLs in standard format ("linkedin.com/in/username")
* Use UTF-8 encoding to support special characters
* Avoid merged cells, formulas, or other spreadsheet-specific features

<Note>
  Enrichment processes run in the background, so you can continue working with your data while research completes. New information will appear as it becomes available.
</Note>

### Import Troubleshooting

If you encounter issues during import:

| Problem                         | Solution                                                                          |
| ------------------------------- | --------------------------------------------------------------------------------- |
| **Missing required columns**    | Ensure your CSV includes all columns marked as required in the mapping phase      |
| **Data format issues**          | Check that dates, numbers, and other special formats match what Raycaster expects |
| **Import fails or times out**   | Try breaking larger files into smaller batches for import                         |
| **Column mapping confusion**    | Use the preview feature to verify mappings before confirming the import           |
| **Character encoding problems** | Save your CSV with UTF-8 encoding before importing                                |

## Exporting Data

### CSV Export

The standard way to export data from Raycaster:

<Steps>
  <Step title="Access Export Function">
    Click the "Export" button in the settings dropdown of the sheet you want to export
  </Step>

  <Step title="Start Export">
    Click "Export" to generate and download the file

    * Large exports may take a few moments to prepare
    * Your browser will automatically download the file when ready
  </Step>
</Steps>

### Exporting Selected Rows

To export a specific subset of data:

1. Use filters to show only the data you want to export
2. Click "Export" to download only the selected data

## Handling Large Datasets

Raycaster is optimized for handling large amounts of data:

### Import Strategies for Large Files

For very large datasets (thousands of rows):

1. **Split into batches**: Import 500-1000 rows at a time for better performance
2. **Staged enrichment**: Import all data first, then run research in batches
3. **Prioritize columns**: Select only the most important columns for initial research

### Export Strategies for Large Files

When exporting large datasets:

1. **Filter before export**: Narrow down to just the data you need
2. **Select essential columns**: Export only the columns you require
3. **Consider summary-only exports**: Skip detailed research data if not needed
4. **Use the background export option**: For very large exports (automatic for large sheets)

## Data Integration Best Practices

### Preparing Data for Import

Before importing data:

1. Clean your spreadsheet by removing duplicate entries
2. Standardize formats (dates, numbers, URLs, etc.)
3. Split complex columns into simpler ones if needed
4. Ensure company domains and LinkedIn URLs follow standard formats
5. Create a backup of your original data

### Workflow Integration

Integrate Raycaster with your existing workflows:

1. **CRM Integration**: Export enriched data for import into your CRM system
2. **Regular Updates**: Schedule routine imports to keep data fresh
3. **Collaborative Analysis**: Share exports with team members who don't have Raycaster access
4. **Data Verification Loop**: Export, verify with stakeholders, then re-import corrections
