cancel
Showing results for 
Search instead for 
Did you mean: 

Fields are auto appended at the end

Harsha3
New Contributor III

Hi Good day,

I am stuck at an issue where I happened to find there is an extra string getting appended at the end of the field name. We are filtering the Japanese field name based on certain conditions.

I am processing the field name (バイオの選択)

While placing the file and processing the data, the header is converted to バイオの選択 センタク

File Screenshot:

image

Snap Screenshot:

image

This error randomly happens when filtering the headers written in the Japanese language.

Please help to resolve this.

Also please let us know is it required to share the test file and the snap built for this process

Thanks,
Harshavardhana

7 REPLIES 7

@Harsha3: I assumed you shared the input data with me and all I did was converted that into CSV UTF-8 encoding style. Using the csv as an input file, here is what I see in my csv parser:

image

I believe, the extra characters are not coming in anymore, please test it out with all your 140 fields and use this alternative. The other notable difference is that when you use excel file as an inputData, not all fields are visible in the parser.

Please keep me posted with your findings.

BR,
Darsh

alchemiz
Contributor III

Hi Harsha,

Good day, in addition if possible you can also save the current file as “Excel 97-2003 Workbook”

image

image

TEZ TEST.xls (54.5 KB)

Thanks,
EmEm

jcornelius
New Contributor III

@Harsha3 Could those be a CRLF, ie someone presses Alt-Enter/Enter while entering in the values or copies them from some with CRLF?