跳至內容
選單
此問題已被標幟
6 回覆
19776 瀏覽次數

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

頭像
捨棄

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.

最佳答案

Probably still has this bug.

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

The problem is with % characters in your csv.

頭像
捨棄
最佳答案

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.

頭像
捨棄
作者

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

作者 最佳答案

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?

頭像
捨棄
最佳答案

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.







頭像
捨棄
相關帖文 回覆 瀏覽次數 活動
2
5月 25
1271
4
5月 25
4940
1
8月 24
2261
1
2月 24
3060
3
10月 23
11084