Skip to content

Commit

Permalink
chore: add skip empty lines for csv import
Browse files Browse the repository at this point in the history
  • Loading branch information
Jan Kühnlein committed Mar 7, 2024
1 parent a7f8da4 commit 5d61057
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/temporal/src/activities.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ export function makeActivities(fileStore: FileStore, database: Database, dataAna
columns: true,
delimiter: params.formatOptions.delimiter ?? ",",
relax_column_count: true,
skip_empty_lines: true,
},
(err, records) => {
if (err) {
Expand Down

0 comments on commit 5d61057

Please sign in to comment.