I am new to kettle and basically need to do this by:
I have transformation three columns with the data
| Sex | Country | Value |
| m | Spain | 25million |
and a subtranformacion that returns me
| Date |
date-upgrade
and I need to merge these two flows of transformations to save it in the database that has the table
Sex | Country | Value | Date
Thanks
I have transformation three columns with the data
| Sex | Country | Value |
| m | Spain | 25million |
and a subtranformacion that returns me
| Date |
date-upgrade
and I need to merge these two flows of transformations to save it in the database that has the table
Sex | Country | Value | Date
Thanks