0

I have around 25 tables to load to target with same structure and which use the same logic for loading. I have prepared one job which does that, but it's a long process to design all the tables.
Is there any way to pass the table name and load to target, basically a small job (in size).
I am using Talend open studio.

Ibrahim Mezouar
  • 3,981
  • 1
  • 18
  • 22
syncdm2012
  • 445
  • 2
  • 10
  • 22

1 Answers1

2

Check my answer to a similar question where I proposed a generic solution for loading a MySQL table to another MySQL table.
You just need to modify the queries that retrieve the tables' metadata (columns) depending on your database type.

Ibrahim Mezouar
  • 3,981
  • 1
  • 18
  • 22