The Oracle SQL query results in some data in the Japanese language which is encoded as "?" in the output within UiPath.
Overriding the NLA_LANG parameter with the correct Unicode for the Japanese language resolved the issue.
Detailed steps below:
- Navigate to Control Panel > System and click the Advanced tab. Click Environment Variables.
- In the System variables section, click New.
- In the Variable Name field, enter NLS_LANG.
- In the Variable Value field, enter the NLS_LANG value specific to the language Unicode.
- The format for the NLS_LANG value should be [NLS_LANGUAGE]_[NLS_TERRITORY].[NLS_CHARACTERSET].
- For example American_America.UTF8.
In our case the NLA_LANG value was AMERICAN_AMERICA.JA16SJIS