Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
I put data into database via tExcelInput.
I'm Japanese. XLSX-type Excel file have character plus the Japanese syllabary.
For example, my expecting result is '???'. But the actual is '???????'.
I don't need the Japanese syllabary.
Some Japanese resolve the problem in Perl.
XLSX file take first t-tag plus t-tag in rPh-tag.
<t>???</t>
<rPh sb="0" eb="3">
<t>????</t>
</rPh>
Can I resolve in Talend?