01-08-2023 08:17 PM
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:
Snap Screenshot:
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
01-09-2023 05:53 AM
@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:
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
01-09-2023 09:50 AM
Hi Harsha,
Good day, in addition if possible you can also save the current file as “Excel 97-2003 Workbook”
TEZ TEST.xls (54.5 KB)
Thanks,
EmEm
01-12-2023 05:22 AM
@Harsha3 Could those be a CRLF, ie someone presses Alt-Enter/Enter while entering in the values or copies them from some with CRLF?