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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] tRestClient - URL encoding: %C2%A0

Env: OS: window 7 - 64 , TOS v5.6
We use tRestClient  with input string: http://www.weblink.com/aaa/bbb/xxx%c2%a0-xxx
And we check in database (PostgreSQL) ,  the input string is now : http://www.weblink.com/aaa/bbb/xxx -xxx     ( %c2%a0 = space)
We think the problem is URL encoding , but not sure .
Ref: http://www.w3schools.com/tags/ref_urlencode.asp 
0683p000009MDz3.png
Labels (3)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hi,
 Can you use a simple input component(tFixedflow) to load your URL string (http://www.weblink.com/aaa/bbb/xxx%c2%a0-xxx)successfully into PostgreSQL?
It seems that it's Non-breaking space: https://en.wikipedia.org/wiki/Non-breaking_space.
Best regards
Sabrina

View solution in original post

2 Replies
Anonymous
Not applicable
Author

Hi,
 Can you use a simple input component(tFixedflow) to load your URL string (http://www.weblink.com/aaa/bbb/xxx%c2%a0-xxx)successfully into PostgreSQL?
It seems that it's Non-breaking space: https://en.wikipedia.org/wiki/Non-breaking_space.
Best regards
Sabrina
Anonymous
Not applicable
Author

Ok, Thanks. I will try .