Hi everyone! I’m working on an automation that uses an HTTP request to pull a CSV file with the goal being to export that file or parts of it into sheets (redacted file example attached). Problem is, the file is huge and has some blank fields, so I can’t get the CSV parser file to work. I’ve spent a couple hours on this problem already, scoured the make.com forms, and tried the solutions to similar issues but with no success. Would love some help if someone here has solved something similar in the past!
What I’ve Tried So Far:
- Used regex to clean the raw CSV, replacing blanks with placeholders like
""
. - Used 0codekit with code created from Chatgpt and Claude prompts but no luck.
It look like the blank columns are throwing off the CSV parser. Unfortunately, I’m unable to change the format/colums the file is delivered in, so ideally would just like to input the blank fields as blanks.
Was also thinking I might be able to API call another tool to clean up the data first but haven’t found any. Any help would be super appreciated!
Inventory Stock Check - Sheet12.csv (58.6 KB)