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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How do I add a parameter value that has already a quote in it?

Hi Talend Community

 

I need the add the following string as a variable in talend : Token token="729f70f8-67dd-86b9-0296-23d3a387a19e"

Would the below be correct to insert in a Talend variable value field?:

"Token token=\"729f70f8-67dd-86b9-0296-23d3a387a19e\""

?

 

Labels (1)
7 Replies
Anonymous
Not applicable
Author

Yes, this should do the trick ! Doesn't work ?
Anonymous
Not applicable
Author

No it does not I get a 403 error on Auth

cterenzi
Specialist
Specialist

Is it possible the entire string is being wrapped in quotes on the way out? i.e. the value sent may be:
"Token token="729f70f8-67dd-86b9-0296-23d3a387a19e""
instead of
Token token="729f70f8-67dd-86b9-0296-23d3a387a19e"
Anonymous
Not applicable
Author

Ho do I see the output string? how do I place the variable that it only sends Token token="729f70f8-67dd-86b9-0296-23d3a387a19e" from Talend

Anonymous
Not applicable
Author

Ho do I see the output string? how do I place the variable that it only sends Token token="729f70f8-67dd-86b9-0296-23d3a387a19e" from Talend

cterenzi
Specialist
Specialist

We don't know what components you're using. Please share more information about your job.
Anonymous
Not applicable
Author

The Job

0683p000009Lvh7.png

The config for tRestClient_1:

0683p000009LvhC.png0683p000009LvhM.png