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
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