CSV Template CSV to JSON

READ ABOUT THIS TEMPLATE HERE
This component converts specified csv file to json. This makes it easy to use and manipulate the data in downstream components.

Fields

  • filename: If using a file stored on disk to read from, enter the filename with full path here. If no filename is specified, it will look to the input for the CSV data.

Stuff You Need to Know

In this template, we are using this component to transform the CSV data we are getting in to an JSON object that we can manipulate and use as input for other components downstream.