When I try to run Rustyll to build my Jekyll website (I am using CollectionBuilder), it breaks because some of the CSV files have some blank cells.
2026-02-22T21:50:11.345Z ERROR [rustyll::cli::commands::serve] Failed to build site: CSV error: record 3 (line: 4, byte: 140): found record with 4 fields, but the previous record has 6 fields
However, this is perfectly accepted in Jekyll using CollectionBuilder and these cells are blank because the option is not used. Help