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

Use first two columns on .csv-Fileupload when entering Coordinates #6

Open
jonashofer opened this issue Jun 25, 2023 · 0 comments
Open

Comments

@jonashofer
Copy link
Owner

Currently, when uploading files, each line gets searched as-is, regardless of comma seperation etc.
This is nice for addresses, since they might be seperated into different columns (street, nr, city).
But for coordinates, it would make more sense to just use the first two columns which probably contain coordinates.

However - counter-arguments to implement this are:

  • We don't know what the user will upload - don't assume too much.
  • It introduces different behavior in the seperate feature tabs
  • With the copy-paste input functionality, the user can just copy the two columns and enter it that way
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