Description: The ExportCSV component exports structured data into a CSV file.
data
array
✅
The structured data to be converted into CSV format.
fileName
string
The name of the output CSV file, including the .csv extension.
.csv
withHeaders
boolean
Set to true if the first row should contain column headers.
true
fileId
The ID of the generated CSV file.
The name of the exported CSV file.
Define Data Source:
Provide structured data in an array format, ensuring proper key-value mapping.
Set Output File Name:
Choose a name for the CSV file, including the .csv extension.
Include Headers (Optional):
Enable Use Headers if the first row should contain column headers.
Processing:
The component processes the structured data and creates a CSV file.
The newly generated file is output with its fileId and fileName.
Last updated 11 months ago
Was this helpful?