-
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Description
| const results = csvs.flatMap(csv => csv.split(/(?:\r)?\n/g).map(l => l.trim().split(","))).filter(r => r.length > 1); |
There are no filters beyond a comma for the data uploaded in the CSV. This causes issues if a name has a comma in it. I would also say adding further filtering for special characters to either deny or allow if they appear even on accident.
Metadata
Metadata
Assignees
Labels
No labels