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

Announcements
Qlik Open Lakehouse is Now Generally Available! Discover the key highlights and partner resources here.
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Talend vs SpringBatch

-- Warning, this is not a polemic message! --
Hi world!
My issue: I have to develop a batch extracting data in a CSV formatted file from Databases, Active Directories or CSV files.
The data source has to be configurable throw an external configuration file (a context?).
We have to manage errors (cannot read file, cannot connect to the data source, the input schema isn't valid, etc...).
What's the advantage of using Talend versus a framework like SpringBatch?
Thanks!
Labels (2)
1 Reply
Anonymous
Not applicable
Author

Hello
What's the advantage of using Talend versus a framework like SpringBatch?

With Talend, all the logic function can be finished with components and all the operations are Visual. You can export the java script of job as a batch file and run the job out of talend, etc...
Best regards

shong