Skip to main content
Announcements
July 15, NEW Customer Portal: Initial launch will improve how you submit Support Cases. IMPORTANT DETAILS
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to pass Token received from tRest to RestClient ?

All,

I would like to pass the token received from tRest component to tRestClient? How? 

My requirement is to publish a CSV/Excel file content into tableau server as a datasource.

 

I have tested all the required Tableau's REST API's in POSTMAN, all are working properly.

I would like to implement the same in Talend.

 

Any help/inputs are highly appreciable!!!!

Labels (6)
1 Reply
uzix
Creator
Creator

-extract the token value using for instance tExtractJsonField

-assign the extracted value value to a globalVar - using setglobalvar

key:token

value:row..

-get the value and use it in next call

globalMap.get("token")