Convert CSV To HTML Table

Convert a CSV object to an HTML Table.
ParameterDescription
CSV ObjectCSV object to convert to an HTML Table format.

Convert CSV To JSON

Convert a CSV object to a JSON object.
ParameterDescription
CSV ObjectCSV object to convert to the JSON format.

Convert HTML To PDF

Convert HTML to a .pdf file.
ParameterDescription
File IdentifierThe identifier of the file. This will be used as an input for subsequent steps.
HTML ContentThe HTML code to render.
Convert HTML To PDF

Convert HTML To PNG

Convert HTML to a .png file.
ParameterDescription
File IdentifierThe identifier of the file. This will be used as input for subsequent steps.
HTML ContentThe HTML code to render.
Convert HTML To PNG

Convert JSON To CSV

Convert a JSON object to a CSV object.
ParameterDescription
JSON ObjectJSON object to convert to the CSV format.

Convert JSON To YAML

Convert JSON string to YAML.
ParameterDescription
JSON ContentThe JSON string which will be converted to YAML.

Convert YAML To JSON

Convert YAML string to JSON.
ParameterDescription
YAML ContentThe YAML string which will be converted to JSON.