-
Notifications
You must be signed in to change notification settings - Fork 13
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
Custom CSV import #22
Comments
Thanks for creating an issue @gitowiec. The problem with CSV importing in the free-form nature of CSVs - There could literally be any type of data in the file. Some areas of concern for me are:
I'd like to work through these so we know what we're up against. Having a more rigid CSV import (say, entries only, strict column ordering) may definitely be easier to begin with. |
In my opinion it would be good to start simple. I don't use groups in CSV, in my use case I store passwords in simple LibreOffice Calc sheet. If there are only entries and no sign of groups just dump it into Regarding meaning of columns, I think there should be one default option of columns meaning and order for example Regarding GUI: As I said before, to start simple the GUI is not a must. An information screen about importer behavior is enough, for example: Regarding multiple CSV importers: I think there will be need for more advanced CSV importer. For example one that allows to add custom fields. Another useful feature is remapping columns order, or read order from properly named headers from first row. But all that features make this importer advanced, and for me it is important to get my hands on something simple and stop using LibreOffice Calc as my personal password manager :-) |
Hey, good explanation! I like the sounds of the basic importer.. let’s go with that.
|
I would like to use an importer for custom CSV file format.
It could allow to order and name columns to import, and it is enough to be good.
Eg: portal name, user name, password, note.
Then user just opens CSV file and buttercup imports it regarding to column order
The text was updated successfully, but these errors were encountered: