You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 30, 2023. It is now read-only.
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: