-
Notifications
You must be signed in to change notification settings - Fork 23
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
Error reading input file #2
Comments
@schoettl Hi |
Hi, this is my csv file:
I noticed that the error does not appear when I omit the header line. However, without the header line, it shows "0 VCF File Generated In 00 days, 00 hour, ..." and the target folder is empty. Also, after both message dialogs, the program cannot be closed and crashes after I press ctrl-c and switch window. I cannot close a window because the window disappears when I click "OK" in the dialog. You should really consider implementing my suggestions because there seem to be no competing command line conversion tools except csv2vcf which is python2 and cannot handle different phone number types. But the field assignments are easily configurable. |
Right! I forgot to use your specified input format. I used to have it but then I had to change the format to use the other converter tool. |
@schoettl Thanks again for your comments and suggestions ;-) |
When I open a csv file (comma- or semicolon-separated, UTF-8 or ASCII), I only get the error "error in reading input file". No useful debug messages are printed on the terminal.
Also, the command line version does not work as it should:
shows the UI in the same way as without the filename. It would be better if it just converts file.csv to file.vcf.
The text was updated successfully, but these errors were encountered: