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?