CSV to JSON
Overview
The CSV2JSON component converts a CSV file into a JSON file.
Input Parameters
Parameter
Type
Required
Description
fileId
string
✅
The ID of the CSV file to convert.
Output Parameters
Parameter
Type
Description
fileId
string
The unique ID of the generated JSON file.
fileName
string
The name of the generated JSON file.
Instructions
Provide File ID:
Select or upload the CSV file to be converted.
Processing:
The component processes the CSV file and converts it into JSON format.
Output:
The converted JSON file is available with its unique
fileId
andfileName
.
Last updated