A little history. I’ve been trying to process a downloaded .csv file using the Parse a CSV module, but I kept getting an error because it encountered a row that didn’t match the number of columns defined. The .csv file has three rows with four columns instead of 5 at the bottom.
So, I’ve tried to use various modules such as the text parser, convert to JSON
, and many others. I finally found the ChatGPT Transform to Structured Data module, and it works great, but it will only process the first row in the file, even though I’ve instructed it to process the whole file.
Does anyone know how to fix this? I’ve uploaded the blueprint and the .csv file.
Thanks in advance.
blueprint (2).json (21.6 KB)
hubspot-emails-dashboard-emails-2025-02-12.csv (4.1 KB)