Open dima4p opened 1 year ago
@dima4p thank you for the report!
@opoudjis @CAMOBAP do you know what the issue is? Thanks.
@ronaldtse @dima4p To me it looks like our parser support only 3.0 or 4.0 versions. I'm not sure about backward compatibility between 2.1 and 3.0 but probably they aren't compatible
@ronaldtse should we support versions before 3.0 @dima4p is it important for you to parse 2.1 version or you can upgrade your object source to 3.0 or above?
@dima4p is it important for you to parse 2.1 version or you can upgrade your object source to 3.0 or above?
yes, it is what google contacts returns.
https://github.com/jowave/vcard2to3
The showstopper issue between vCard 2.1 and vCard 3.0 is that FN goes from optional to mandatory, and the "TYPE=" is omitted for type attributes. The latter is catered for by the Python script above. If your source has FN (and it looks like it does), then using the Python script should make for acceptable results.
The source file is
Please, help to fix. Ruby 3.2.2.