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鈥檒l occasionally send you account related emails.
Already on GitHub? Sign in to your account
Better default options and configuration for the CSV import #1395
Comments
Oh, we should probably also have an option to turn off the data type autodetection. Or at least have the values given in quotes I personally find the autodetection useful, but it was pointed out in #1382 that for some use cases it's a bad thing and leads to data loss. Personally, I'm really bothered by our lack of warning to users when we mis-import stuff too, but I have no solid idea how to fix it just yet. |
... and there's #1347 as well. That one looks reasonably simple though. 馃槃 |
This changes the default behaviour for the CSV import to follow a set of rules which hopefully makes most people happy. It also add an "Advanced" section to the settings bits of the dialog to modify this new default behaviour. See issue #1395.
Just pushed a first attempt at implementing @karim's set of rules above. We're not failing the import by default as suggested in 2.II.a, but there is a new option to make it fail in that case. A few more notes and questions:
|
If nobody has reservations about my decisions regarding question 2 and 3 in my last comment, I would close this issue because the other issues mentioned by @justinclift already have their own tickets 馃槃 |
No reservations from me. I reckon we should tweak the names and tooltip descriptions a bit for the CSV options, but that's easily a follow up thing for later. 馃槃 |
This changes the default behaviour for the CSV import to follow a set of rules which hopefully makes most people happy. It also add an "Advanced" section to the settings bits of the dialog to modify this new default behaviour. See issue #1395.
Ok cool, I'll close this issue then 馃槃 |
@karim came up with a good default behaviour for the CSV import in #1349:
We should implement some rules in the import code to reflect this and maybe add some configuration options to make any deviation from this default an explicit decision by the user.
The text was updated successfully, but these errors were encountered: