CSV to HTML
Overview
The CSV2HTML component converts a CSV file into an HTML table. This allows for easier visualization and sharing of structured data.
Input Parameters
Parameter
Type
Required
Description
fileId
string
✅
The unique identifier of the CSV file.
Output Parameters
Parameter
Type
Description
fileId
string
The ID of the generated HTML file.
fileName
string
The name of the generated file.
Instructions
Select the CSV File:
Provide the
fileId
of the CSV file to be converted.
Processing:
The component will transform the CSV file into an HTML table.
Retrieve Output:
The converted HTML file’s
fileId
andfileName
will be returned.
Last updated