I am trying to use the Parse CSV function to take a file supplied by a FTP server and import it into Hubspot. The FTP data is supplied with a header sep=, which is causing issues with make reading the correct number of columns. I belive this is added by some systems for excel. How do i get make to ingore this text and sart after the fist delimiter.
I have uploaded some screenshots below for reference. The CSV is a simple output from a SFTP server. I used the below Replace function to remove the “sep=,” issue that I was having and it seemed to run fine until recently where it is now showing an error on the last line of whatever data i import saying that it does not match the header.