JSON to HTML
Overview
The JSON2HTML component converts a JSON file into an HTML table.
Input Parameters
Parameter
Type
Required
Description
fileId
string
✅
The ID of the JSON file to be converted.
Output Parameters
Parameter
Type
Description
fileId
string
The unique ID of the converted HTML file.
fileName
string
The name of the output HTML file.
Instructions
Provide the JSON File:
Select or upload a JSON file using its
fileId
.
Processing:
The component reads the JSON file and converts it into an HTML table.
Retrieve the Output:
The output file is provided as an HTML file with a
fileId
andfileName
.
Last updated