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

Announcements
Join us in Zurich on Sept 24th for Qlik's AI Reality Tour! Register Now
cancel
Showing results for 
Search instead for 
Did you mean: 
Anonymous
Not applicable

Data FROM Email attached files on Exchange server TO PostgreSQL DB

Hi All, 

 

I need to read data FROM:

  1. csv files attached to email on Microsoft Exchange server
  2. excel files attached to email on Microsoft Exchange server
  3. csv files on sftp server

This should be schedules daily, and

All this much be written TO various tables on a postgresql server.

 

Any thoughts on how talend might help on this tasks, 

 

Any help will be much appreciated!

 

Krgds. Christian

Labels (3)
1 Solution

Accepted Solutions
fdenis
Master
Master

Talend is an etl it use to run with multiple types of data .
you can use tpop to read end extract attacment from any mail server.
and user tfileinput to read data tdb output to load data into dbs.
have a look at https://www.solypse.com/talend-gmail-pieces-jointes/
good luck

View solution in original post

1 Reply
fdenis
Master
Master

Talend is an etl it use to run with multiple types of data .
you can use tpop to read end extract attacment from any mail server.
and user tfileinput to read data tdb output to load data into dbs.
have a look at https://www.solypse.com/talend-gmail-pieces-jointes/
good luck