You are not logged in.
Announcement
Unanswered posts
|
Pages: 1

hi,
I have a lot of tables and data,about 40 tables , I want to store their data in the disk file , i don't want to creat the schema again and again, the "tFileOutPutExcel" don't support dynamic schema,
What i want to do ?
-i hope have a subjob can execute TSQL and store the result in disk file,
ps:can't store the shcema in DB
how can i do it?
Last edited by dylanMa (2012-04-28 10:22:55)
Offline
Hi
It is impossible with Talend Open Studio for Data Integration, you have to create many subjobs for each table mapping.
The dynamic schema feature is only available on Talend Enterprise Data Integration. You can create a single job with dynamic schema for mapping all the tables.
Best regards
Shong
Offline

Thanks for your answer,
I have a anthoer question,
i have a lot of tables , every table has about 8 million records, if i store them in the disk file, use it in the tMap component, can you give me some suggests?
Offline
Hi
What type of transform will you do on tMap component? A simple job for extracting records from a table and store them into Excel file looks like:
tPostGreSqlInput--main--tFileOutputExcel
Best regards
Shong
Offline
Pages: 1