--- title: "Exporting datasets" slug: "exporting-datasets-from-analyst" updated: 2026-08-26T09:54:40Z published: 2026-08-26T09:54:40Z canonical: "kb.solargis.com/exporting-datasets-from-analyst" --- > ## Documentation Index > Fetch the complete documentation index at: https://kb.solargis.com/llms.txt > Use this file to discover all available pages before exploring further. # Exporting datasets **In this document** We will show you how to export datasets in to various formats, including CVS, Exchange file, PVSyst standard format, and Solargis JSON and parquet files. ## Exporting the datasets Analyst offers dataset exports in various formats to accommodate different scenarios. You can export datasets as: - **CSV file**: Standard CSV file format readable by most applications. - **Exchange file**: Creates an Analyst-specific file to transfer data between Analyst applications. Ensures no loss of data and a smaller file size. - **PVsyst standard format**: Exports the dataset in PVsyst-compatible format. ### CSV file export 1. Open the CSV export from the main menu via **Dataset/Export/CSV**. 2. Choose how you want to export the **header information**. 3. Use the checkboxes in the **Columns** section to include/exclude parameters from the export. 4. Select how to export the **maintenance logs**. The maintenance log header can only be imported if it is included in the data table. It cannot be imported via the importer on its own. 5. **Browse** the folder where the export will be saved. Click **“Export”** to initiate the export. ![](https://cdn.document360.io/ae2d502f-6c0d-4865-a68e-43ad8da61149/Images/Documentation/image-1784200385050.png) ### Export exchange file Exchange files are **Analyst-specific files** created for seamless import/export of the datasets between various Analyst applications or projects. The exchange file ensures that all metadata is correctly exported and no values will be lost or misinterpreted. Use this export type when you plan to transfer a dataset to another Analyst instance or project. It will save the exchange file to the selected location in the export window. > [!TIP] > **Note**: The exchange file size is smaller compared to the CSV export. ![](https://cdn.document360.io/ae2d502f-6c0d-4865-a68e-43ad8da61149/Images/Documentation/image-1784200399128.png) ### PVsyst Standard Format file export PVsyst Standard Format export will export the data to the PVsyst-compatible format. > [!WARNING] > **Important**: PVsyst Standard Format export supports harmonized datasets without gaps and with hourly temporal resolution only. 1. Open the PVsyst export from the main menu via **Dataset/Export/PVsyst Standard Format**. 2. Select the **dataset** to export. 3. Use the checkboxes in the **Columns** section to include/exclude parameters from the export. 4. **Browse** the folder where the export will be saved. Click **“Export”** to initiate the export. ![](https://cdn.document360.io/ae2d502f-6c0d-4865-a68e-43ad8da61149/Images/Documentation/image-1784200418632.png) ## Exporting Solargis JSON or parquet files If you want to export the database to Solargis JSON or parquet file, go to Database/Exports and select the relevant export. **Enter the name** of the export file and click the **“Save”** button. - **Solargis JSON file**: Text-based, self-describing file following the public Solargis dataset schema. Best for transparency, archiving, and integration with your own scripts or third-party tools. - **Solargis parquet file**: Compressed columnar binary file carrying the same metadata. Roughly **3× smaller** than the JSON equivalent and much faster to load in analytical environments. Best for large, high-resolution datasets. ![](https://cdn.document360.io/ae2d502f-6c0d-4865-a68e-43ad8da61149/Images/Documentation/image-R01UV1YC.png)