Export DataTable
Estimated reading: 1 minute
The Export DataTable component exports data from an existing DataTable to an Excel or CSV file, which is stored in the File Manager of the connected project in Robility Flow.
When should I use this?
Use this component when, Data needs to be shared as an Excel or CSV file.
How it works
1. Select the DataTable to be exported.
2. Choose the required export format (Excel or CSV).
3. Specify the output file name.
4. Run the flow to generate the file in the File Manager.
Parameters
| Parameter | Description |
|---|---|
| DataTable* | Specifies the DataTable to be exported. Select the required DataTable from the dropdown list. |
| Export Format* | Specifies the file format for the export. Supported formats are Excel (.xlsx) and CSV (.csv). |
| File Name* | Specifies the name of the output file, including the appropriate file extension. |
Tips
1. The exported file is stored in the Robility File Manager.
2. Once the file is exported, it can be accessed and managed using the Robility File System component.