Hi,
Great question! I've encountered this issue before. Here's a workaround that works well:
**Instead of configuring the CSV node to handle multiple column counts**, load the entire CSV as a single column by setting the field delimiter to a character you know won't appear in your data (for example, a pipe symbol `|` or a less common character).
Once the file is loaded as one column, use a **Transform node** to manually split the data on the actual delimiter (comma, tab, etc.) that separates your fields.
This gives you much more control over handling rows with varying column counts, and you can then process each row's columns individually based on your needs.
Best regards
------------------------------
Rafael Lucía
Director
NTASYS SOLUTIONS SL
------------------------------