cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

How to parse values generated from csv generator

yash_verma
New Contributor

Hi
I am generating csv from csv generator snap and i want to parse this csv i.e but csv parser snap cant be connected to the output of csv generator. How can i do this

2 REPLIES 2

ptaylor
Employee
Employee

Despite its name, the CSV Generator doesnโ€™t generate csv. It parses the CSV in its โ€œEdit CSVโ€ input, and generates the corresponding JSON-compatible output document. So youโ€™re already parsing CSV within the CSV Generator itself.

If you really wanted to try a round trip, connect a CSV Formatter, which will convert the data to a CSV-format binary file, then to a CSV Parser, which will parse that file and output a JSON-ish document:

image

yash_verma
New Contributor

Thanksโ€ฆi will try.