r5
(Updated to handle phone numbers of type 'other') committed by gavcos
- Updated to handle phone numbers of type 'other'
Updated to handle phone numbers of type 'other'
Jul 09, 2009
issue 1
(script terminates with an error, when the adressbook holds a...) reported by christophklaffl
- What steps will reproduce the problem?
1. Create Contact in Google's adressbook with an phonenumber categorized as
"other"
2. Export the adressbook as vCard
3. Run the gmail-abook-contact-converter script
What is the expected output? What do you see instead?
abook formated adressbook
What version of the product are you using? On what operating system?
r4, Linux
Please provide any additional information below.
The "faulty" entry in the vCard file looks like this:
....
TEL;TYPE=CELL:+43676xxxxxxxx
TEL:+43664xxxxxxxx <-- HERE IS THE "FAULTY" LINE
....
Error is on Line 25, where the script tries to split the line up by the
seperator ";" and then access the second element, which doesn't exist in
this special case -> EXECPTION is thrown
Hope I could help, and thanks for the script :-)
What steps will reproduce the problem?
1. Create Contact in Google's adressbook with an phonenumber categorized as
"other"
2. Export the adressbook as vCard
3. Run the gmail-abook-contact-converter script
What is the expected output? What do you see instead?
abook formated adressbook
What version of the product are you using? On what operating system?
r4, Linux
Please provide any additional information below.
The "faulty" entry in the vCard file looks like this:
....
TEL;TYPE=CELL:+43676xxxxxxxx
TEL:+43664xxxxxxxx <-- HERE IS THE "FAULTY" LINE
....
Error is on Line 25, where the script tries to split the line up by the
seperator ";" and then access the second element, which doesn't exist in
this special case -> EXECPTION is thrown
Hope I could help, and thanks for the script :-)
Feb 19, 2009
r4
(Initial upload) committed by gavcos
- Initial upload