cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Import descriptions including special characters from flat file

gunesbt
Active Contributor
0 Likes
932

Hi all,

I want to upload employee master data from file in BPC 10.0 .Very naturally employee descriptions include special chars like ü,ö etc. Those chars are accepted if we input them manually in web interface but when we upload data from excel, it is shown in web interface strangely.I think the problem starts immediately after we upload data to server from file.Because after we upload data to server, we preview the file for descriptions,but we see that the characters are shown strangely which are the same in web interface.

I want to know why it is accepted if we input descriptions manually in web but not if we uplaod from flat file in excell?Is there a way to import descriptions including special chars from flat file?

Note that I tried both import master data from flat file and import descriptions from flat file packages seperately and I succeeded to import descriptions for both but I can not see the characters in web properly.

Accepted Solutions (1)

Accepted Solutions (1)

former_member186338
Active Contributor
0 Likes

Can you provide details?

gunesbt
Active Contributor
0 Likes

Hi Vadim,

Could you write the detail you need if you need more?

Descriptions are shown in web like this : ( if I preview the file after I upload to server, it is shown the same)

���DEM �ZDEM�R EVREN

my csv file :

IDDESC
9999ÖZDEMİR EVREN

Transformation file is just two lines:

*OPTIONS
FORMAT = DELIMITED
HEADER = YES
DELIMITER = ;
AMOUNTDECIMALPOINT = .
SKIP = 0
SKIPIF =
VALIDATERECORDS=YES
CREDITPOSITIVE=YES
MAXREJECTCOUNT=

ROUNDAMOUNT=

*MAPPING
ID=ID
EVDESCRIPTION=DESC
LANGU=*str(TR)

package name for this transformation file : import description

former_member186338
Active Contributor
0 Likes

Looks like you are using ANSI encoded text file. Try Unicode.

gunesbt
Active Contributor
0 Likes

That's exactIy the case.I was surprised because my file was opened properly by notepad.

Thanks a lot.

Answers (1)

Answers (1)

GuglielmoP
Newcomer
0 Likes

Hello,

currently i have the same issue with special characters in Emigall.

how you solve this problem?

former_member186338
Active Contributor
0 Likes

Ask a new question!!!