sample
turbot/flowpipe-samples/csv-to-json
Get Involved
Source Code
Version
License
CSV to JSON Converter
The CSV to JSON mod provides a convenient and efficient way to convert CSV data from a local CSV file into a JSON format.
Installation
Download and install Flowpipe (https://flowpipe.io/downloads). Or use Brew:
brew tap turbot/tapbrew install flowpipe
Clone:
git clone https://github.com/turbot/flowpipe-samples.gitcd productivity/csv_to_json
flowpipe mod install
Connections
No connections are required.
Usage
Run the pipeline and specify the local_csv_file_path
pipeline arguments:
flowpipe pipeline run local_csv_file_to_json --arg local_csv_file_path="/Users/bob/Desktop/students.csv"