Skip to main content
Announcements
Accelerate Your Success: Fuel your data and AI journey with the right services, delivered by our experts. Learn More
cancel
Showing results for 
Search instead for 
Did you mean: 
John_Peter
Partner - Contributor
Partner - Contributor

Loading Data from Amazon S3 with URLencode(Japanese file name)

Hi,

I am trying to load data  from AWS S3 Bucket using WebConnector.

I am able to load data successfully from AWS S3  if the file name is in English.

Test:

Load * from 

[$(QwcConnectionName)]

(URL is [http://XXXX:5555/data?XXXXXXXXXXXXXXXXXXXXX&ObjectKey=Test.xlsx&appID=]).

 

if the file name is in Japanese charector,it gives me an Error

Test1:

Load * from 

[$(QwcConnectionName)]

(URL is [http://XXXX:5555/data?XXXXXXXXXXXXXXXXXXXXX&ObjectKey=テスト.xlsx&appID=]).

John_Peter_0-1693823258341.png

If i give the file name as urlencodeded its working.

Test1:

Load * from 

[$(QwcConnectionName)]

(URL is [http://XXXX:5555/data?XXXXXXXXXXXXXXXXXXXXX&ObjectKey=%20%B8%20%B8.%20%B8.%20%B8..xlsx&appID=]).

 

Is there anyway to urlencode the Japanese charector in qliksense?

Or any other way to use japanese charector file name in the URL?

 

Thanks,

John

 

Labels (2)
0 Replies