Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Warn users if headers or fields have "hidden" spaces in them #175

Open
waxlamp opened this issue Jul 29, 2021 · 0 comments
Open

Warn users if headers or fields have "hidden" spaces in them #175

waxlamp opened this issue Jul 29, 2021 · 0 comments

Comments

@waxlamp
Copy link
Contributor

waxlamp commented Jul 29, 2021

This can lead to a subtle error. If your CSV file's header line has spaces after the commas:

_key, _from, _to

then Arango will not recognize _from and _to as the proper edge table headers. Since this is generally not what a user intends, we should warn about cases like this.

Similar argument for spaces in the actual data rows.

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

No branches or pull requests

1 participant