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.
withHeaders
boolean
✅
Set to true
if the first row should contain column headers.
fileId
string
The ID of the generated CSV file.
fileName
string
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
.