Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
Join us to spark ideas for how to put the latest capabilities into action. Register here!
cancel
Showing results for 
Search instead for 
Did you mean: 
John_Peter
Partner - Contributor II
Partner - Contributor II

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