Skip to content

Commit

Permalink
Relax columns count when uploading csv
Browse files Browse the repository at this point in the history
  • Loading branch information
Fraggle committed Nov 27, 2024
1 parent b0af32e commit 0ff2805
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions front/lib/api/files/upload.ts
Original file line number Diff line number Diff line change
Expand Up @@ -190,6 +190,7 @@ const extractContentAndSchemaFromCSV: ProcessingFunction = async (
columns: true,
skip_empty_lines: true,
trim: true,
relax_column_count: true,
}),
new CSVColumnAnalyzerTransform(),
file.getWriteStream({
Expand Down

0 comments on commit 0ff2805

Please sign in to comment.