Skip to content

Player Bulk Update #605

@AntHill12

Description

@AntHill12

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
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions