-
Notifications
You must be signed in to change notification settings - Fork 3
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
Enhanced CSV importer #25
Comments
Great first issue! The easiest way to get all your words into Vocup would probably be to open the CSV file with Excel, remove all columns except the first two, save as CSV again and finally import it in Vocup. Improving CSV import features has been on my to-do list for a long time already but the only new feature since Vocup 1.5.0 is the second import option for ANSI encoded files which was just a quick fix. A good CSV import would need a preview window so that it's obvious whether the user's settings will work or not. A custom mapping without a preview just with a file would be obscure for most users and not intuitive at all. One reason why I haven't started working on a better CSV import is that I'm working on a complete rewrite of Vocup with Avalonia in the I think it would make the most sense to implement a new CSV importer directly for the new codebase. It would be a great help if you could contribute to this and - in case you are interested - some other features. Pull request are proposals which will be discussed and don't have to be perfect when they're opened 😉 |
Hy, I have looked through the current documentation about the save file format and noticed that it is probably not so easy to add the dropped columns right now as most of the columns are not supported by vocup. In other words I guess you are right, it is probably better to first enhance the file format for vocabularies. I am using this project to get a little bit more used to git as I have worked with SVN so far and soon need to work with git. |
The new file format for Vocup 2.0 is defined here. When I saw your CSV example, I was wondering whether it would make sense to add a field like |
In the program the CSV was exported from the comment was mainly used to group vocabularies further. I guess it should not make to may troubles and work to add a addition comment string to each word and a comment column to the listview. This would allow the user to sort vocabularies by the comment. (e.g.: repeat all vocabularies of the last two chapters important for the test tomorrow) |
Hy
This is my first github issue so be gentle with me.
I would like to migrate from another software (I don't know if I am allowed to name this software) because the other software stopped working.
I know you already support a csv import but the csv support right does not support to import of the state or the date of creation.
The software supports a csv export with the following scheme:
swapped means that both directions are ask
A example entry
I am a programmer myself, therefore I would try to write an importer.
I know it is not possible to do a one2one mapping but at least I can try
I know my codebase will probably not be of a good quality, but once I am done would you like a pull request. I guess will not find time to start with the importer before 2021.
Are you planing to improve the csv import?
E.g: It would be possible to request a map file form the user. To support mapping from different columens to different entries in the database.
If I did something wrong regarding the issue policy of github. Please tell me.
I wish you a good new year and hopefully I will succed writting the importer.
The text was updated successfully, but these errors were encountered: