Passa al contenuto
Menu
È necessario essere registrati per interagire con la community.
La domanda è stata contrassegnata
6 Risposte
19794 Visualizzazioni

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
Abbandona

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.

Risposta migliore

Probably still has this bug.

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

The problem is with % characters in your csv.

Avatar
Abbandona
Risposta migliore

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
Abbandona
Autore

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 %.

Autore Risposta migliore

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
Abbandona
Risposta migliore

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
Abbandona
Post correlati Risposte Visualizzazioni Attività
2
mag 25
1302
4
mag 25
4984
1
ago 24
2296
1
feb 24
3073
3
ott 23
11100