Skip to Content
Menu
This question has been flagged
6 Replies
18313 Views

Hi

I am having incredible difficulty importing leads to partners. I imported my partners from another system using that systems account number field. I was then able to import the contacts using the same account number field as a match however now importing leads using the same account number again i keep gettin the error

Unsupported format character '{' (0x7b) at index 57

Why is it now having problems with an account number i have used twice already? What can i do now to inport my lead? Any ideas appreciated

Avatar
Discard

There is an offending row which is different from what you've imported before - see my answer for a suggested way of cleansing your data.

Best Answer

Probably still has this bug.

https://bugs.launchpad.net/openobject-server/+bug/1100907

The problem is with % characters in your csv.

Avatar
Discard
Best Answer

The cryptic code 0x7b is an indication, that somehow your import has either special characters, or probably in your case the character { (accolade opening). Example from here.

Avatar
Discard
Author

Thanks for your response. I hear what you are saying HOWEVER, OpenERP allowed me to import companies with that same number and thereafter it allowed me to import and match contacts to the imported companies with that same number. Why would it only be giving me errors now when I am importing quotes?

According to the information I found, it is a combination of characters, often starting with %. Somehow it tries to interpret your string with an { as some kind of special character. Just check your sources, and see if there is either a { or a %.

Author Best Answer

Hi Patrick

Thanks for your response. I hear what you are saying HOWEVER, OpenERP allowed me to import companies with that same number and thereafter it allowed me to import and match contacts to the imported companies with that same number. Why would it only be giving me errors now when I am importing quotes?

Avatar
Discard
Best Answer

Before pointing Odoo at your CSV data:

1) Load it into Notepad++

2) From the ENCODING menu, select CONVERT TO UTF 8.

3) Save a new copy of your CSV data

I've had this problem several times before and it is due to special characters which are supported via ISO encoding but not supported by UTF8 encoding (which Odoo supports). Typically when you have a Windows platform and/or Excel conversion somewhere in the mix.

You can also expand File Format Options below where you point to your CSV and set the encoding there (if you know it), but I've had better success by re-encoding to UTF8.







Avatar
Discard
Related Posts Replies Views Activity
1
Aug 24
354
3
Aug 24
1830
1
Feb 24
1123
3
Oct 23
9065
3
Oct 23
1244