Import CSV - Ignore header/value mismatch

I am adding a CSV import option but the 3rd party system where the CSV is coming from includes a column at the end that has an empty header (and doesn’t have an empty comma separated entry) but the rows below contain data (that I don’t need to access). The column order is fixed and the other headers are present and correct so they can be referenced easily.

At the moment the Import CSV step throws an error because the number of headers (8 in my case) doesn’t match the number of values (9) in a row. Could there be a checkbox to enable/disable this?

I want it to carry on processing each row using the first 8 columns so can’t just use try/catch.

Community Page
Last updated: