Skip to content

Releases: netinvent/csv2vcard

Better imports for bogus CSV files

28 Nov 00:31
2bd45c0
Compare
Choose a tag to compare

So I got to convert some CSV files with newlines in the middle of a row, or bad email formats, that triggered various vCard generation errors.

This version has improved handling of badly formatted CSV files
Also provides new option --max-vcards-per-vcard-file option to deal with Grommunio's webapp that doesn't seem to want more than 490 vcards at once.

GUI / prebuilt executables

26 Nov 00:50
73c3c9b
Compare
Choose a tag to compare

The main feature of this release is the addition of a GUI for csv2vcard, which should easen the usage.
GUI also has import/export settings feature for quick configuration.

This release also adds pre-built Windows executables.

Please note that some AV software will complain about the executables, because they contain Python (whoo!!! how bad).
Feel safe to use them, they are signed with my company's OSS key.

Highly improved vCard generation, now with CLI app

24 Nov 12:21
d9cd324
Compare
Choose a tag to compare

This release rewrites the vCard generation code, adds a CLI interface as well as various enhancements.