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

Announcements
Qlik GA: Multivariate Time Series in Qlik Predict: Get Details
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

[resolved] Push data to web appication via web api

Hello Every one,
I am new to Talend ,  I have a requirement 
--> From the data base i need to push the data into web application via web api(with the help of talend)
Kindly suggest me how to achieve the requirement and steps to follow.Thanks in advance

Thanks,
javid
Labels (3)
1 Solution

Accepted Solutions
Anonymous
Not applicable
Author

Hi 
Without detailed information, I am not sure the below way can fit your request.
1. Create a routine to write custom code with web api to read the input data to fill in the web column.
2. Create a job like this:
tOracleInput--main--tJavaRow
on tJavaRow, call the routine to read the input data pushed from tOracleInput.
Take a look at this article to learn about what is routine in Talend and how to use it.
Best regards
Shong

View solution in original post

3 Replies
Anonymous
Not applicable
Author

Hi 
Don't know the details about your web application, how do you expect to access the web application in Talend? Can you provide more information about your web applicaiton?
Best regards
Shong
Anonymous
Not applicable
Author

Hi Shong,
Thanks for the prompt reply....
 Suppose think that i have web application(with login credentials),  i need to push data from oracle DB to that web application columns.
As  i am new , iam not sure with which component to start...and the process steps
Kindly suggest
thanks,
javid
Anonymous
Not applicable
Author

Hi 
Without detailed information, I am not sure the below way can fit your request.
1. Create a routine to write custom code with web api to read the input data to fill in the web column.
2. Create a job like this:
tOracleInput--main--tJavaRow
on tJavaRow, call the routine to read the input data pushed from tOracleInput.
Take a look at this article to learn about what is routine in Talend and how to use it.
Best regards
Shong