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

Announcements
Join us in Bucharest on Sept 18th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

How to insert timestamp parameter to extract data from Api's in Talend studio

How to insert timestamp parameter to extract data from Api's in Talend studio. I need to extract the data from api's for certain start time and endtime. so where I need to specify the timestamp. thanks

Labels (1)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hi Dinesh,

 

Is it your API will support to take start and end time as a parameter?

If it is then pass parameters in tRestClient component, by providing exact parameter names in tRestClient component.

If you want current time stamp then use TalendDate.getCurrentDate().

 

 

 

0683p000009Lwhd.png 

 

 

View solution in original post

2 Replies
Anonymous
Not applicable
Author

Hi Dinesh,

 

Is it your API will support to take start and end time as a parameter?

If it is then pass parameters in tRestClient component, by providing exact parameter names in tRestClient component.

If you want current time stamp then use TalendDate.getCurrentDate().

 

 

 

0683p000009Lwhd.png 

 

 

Anonymous
Not applicable
Author

Thank you sir. can you please tell it by below timestamp example.
start time: LocalTimestamp":"2018-04-12T05:06:33+03:00
End Time: LocalTimestamp":"2018-04-12T06:16:46+03:00