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

Announcements
Discover how organizations are unlocking new revenue streams: Watch here
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Data Integration ETL

Hi,

 

I'm new to Talend but have heard lots of good things about the software.  What I want to created scheduled extracts of data from our Student Information System (SIS) which is web based, and transform that data so I can load it into our Learning Management System (LMS) which is also web based, does anyone know whether Talend can do this?

 

Thanks in advance!

 

Labels (2)
2 Replies
Anonymous
Not applicable
Author

The short answer is almost certainly. The only limiting factors will be the APIs associated with your websites. To be honest, your source *could* be scraped using a third party Java library, so the only limiting factor will be the methods available to upload the data.
Anonymous
Not applicable
Author

Thanks for your reply, if a Java Library was used, how would I export data to it and would the data be synced with the source?