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

Reading java or protobuf object

I have a senario where I recieve real time java or protobuf objects. I need to extract data from those object and store into database. Is there a way in Talend where I can take java object as input and extract fields of that object.
Labels (3)
20 Replies
Anonymous
Not applicable
Author

Hello
Or for time being how can I pass string to talend input from outside Talend.

Here is an example showing how to pass variables to talend job in Eclipse.
1)Create a job in Talend, see pic1-2.
2)See topics to know how to export the job from Talend, deploy the job into Eclipse and create a test class in Eclipse.
2901
5932
3)The job use context vars, so we also import the Default.properties file into Eclipse. see pic3-4.
4)Call the talend job in Eclipse. see pic 5
Best regards
Shong