Use the Parse Delimited File to JSON flow step to output JSON from supplied delimited data.
Step Inputs
In the Edit Step menu, you can add details about the step configuration as needed for your flow.
File API: Choose either File API or Legacy File API depending on the method you use to access files. Most users should choose File API.
File ID: Enter an expression that evaluates to the ID of the delimited file you want to parse. For example, you might get the ID from a prior Create Delimited File step.
Has Header Row: Enable this if your delimited data includes data for a header row.
Starting Row Number: Enter the row number where your data starts. It will default to starting from row 1 if no value is entered.
Columns To Include: Enter a comma-separated list of columns to include from your delimited data. If left blank, all columns will be included. If your data doesn’t have a header row, you can use numbers to indicate which columns to include. When doing so, the JSON will be output with property names like column1, column2, etc.
Step Outputs
The output of the step is a JSON object representing the delimited file.
Was this helpful? Give us feedback.