csv2vcf
csv2vcf copied to clipboard
🔧 Simple script in python to convert CSV files to VCF
Using python instead of python3 was not working with me. So I stick with python3 and had to install the following packages: python3-distutils python3-tk Then I just had to use...
The csv you show as example only uses 8 fields (First-Name Last-Name Mobile Home Work Email-Home Email-Work Email-Mobile) but it seems your programs is expecting to get 11, since it...
I had have wished it had a way to save all contacts in a single vcf, since that was my original intention. Any way, thank you for your attention.
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...
I got multiple decoding errors when importing my csv file because it had special UTF-8 characters like "Á" and "Ó". But by specifying the encoding in python when importing the...
``` This project was amazing and I consider that this project should be seen by more people. Therefore, I translated the README.md to Chinese version, hope to make this project...