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

Announcements
Qlik Connect 2026! Turn data into bold moves, April 13 -15: Learn More!
cancel
Showing results for 
Search instead for 
Did you mean: 
_AnonymousUser
Specialist III
Specialist III

reading an access file (.mdb)

Hi all.
Is there a way to read an access file without knowing how many tables are in it?
I must read more than 2 access files and I would know if there is a way to say Talend to extract tables without opening each file and giving manually name of tables.
I'm using Talend 2.4.1.
Thanks,
Fabrizio
Labels (2)
1 Reply
Anonymous
Not applicable

Hi Fabrizio,
you could use tAccessInput and define a context variable for the table name (even if you don't know the number of tables, you should know / or read the name). Also you could do this in an iteration (subjob or tFlowToIterate).
Bye
Volker