I have csv file with data
name, state
.
I want to put those data to tables:
Table1{id[PK], name}
State{table1_id[FK], state}.
Main problem here is to how store newly created Table1 id and use it during inserting to State table How to do this with pentaho?