What is your goal?
I’m trying to parse a csv from the state of California and want it to email me the relevant data (just the stuff in my county).
What is the problem & what have you tried?
However, the first line of the csv is a status. The column headers starts on line 2. I’ve tried a clean data tool with {{replace(toString(3.data); “/^.*?\n/”; “”)}} and then forward it on but the csv parser still isn’t recognizing the column headers when I try to do a filter and move it into the array aggregator.
Create public scenario page
https://eu1.make.com/public/shared-scenario/JZ53X5aoVjH/integration-http-archive-text-parser

