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

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

How to get the HP ALM data from particular date using RESTClient

Hi All,
I'm using Talend OS for ESB 6.3.0 and tried to get the data from HP ALM. It is working fine. Now  trying to pull data from ALM, only the data is greater than particular date.
My Job:
tMongoDBConnection --> tRESTClient --> tExtractXMLFiled --> tXMLMap -->tMongoDBOutput.
In MongoDBConnection, I've configured my server,db and port.
In RESTClient, basic settings --> URL & Advanced settings --> cookie values
In ExtractXMLFiled, gave Loop XPath Query & Mapping details.
In XMLMap, Mapping with the corresponding columns.
In MongoDBOutput, storing the data.
The above mentioned way only I've pulled the data from hp alm, but i need to pull the data from particular date.
even i tried in tRESTClient ->Basic settings -> Query parameters gave the name & value like, "particularDate" as name ,
"{last-modified[>= (2016-01-01 00:00:00)]}" as value. But still its pulling all the data from alm.
  Note: last-modified is one of the column name in HP ALM & am using in my job also.
How can i get the HP ALM data from particular date using RESTClient? How can resolve this issue?
Labels (4)
1 Reply
Anonymous
Not applicable
Author

Hi All,
Anyone can suggest me to resolve the issue?