Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Improper or inflexible CSV format #49

Open
derSebastian opened this issue Aug 2, 2021 · 0 comments
Open

Improper or inflexible CSV format #49

derSebastian opened this issue Aug 2, 2021 · 0 comments

Comments

@derSebastian
Copy link

By default CSV (Comma Separated Value) uses commas to delineate between columns or fields. This application it requires semi-colons. This can cause a problem when importing a CSV in two ways:

a) Will not properly import any data if comas are used (some software ONLY outputs the default comma)
b) Password contains a comma (it will skip and misalign all following information due to that 'offset' column.

Two solutions seems most appropriate:
Use commas as delineation character
and or
Let the user decide which character should be used as delineator? That might be the most flexible?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants