I am trying to split a table into several tables based on the value of this column using Talend Open Studio. Let's say this column can contain any integer value 1, 2, 3, etc. Then, according to this value, these rows should go to table_1, table_2, table_3, etc.
It would be better if I could solve this when the number of different values ββin this column is not known in advance, but now we can assume that all these output tables already exist. The bottom line is that the number of different values ββand, therefore, the number of different tables is large enough to configure individual filters manually is not a parameter.
Can this be solved using Talend Open Studio or any open source simulation ETL tools like Pentaho Keetle?
Of course, I could just write a simple script myself, but I would prefer to use the right ETL tool, as the complete ETL process is quite complicated.
source share