I have in transformation write data to Table output
In next step I have transformation where I have job executor with shell script How can i pass value from table input to job executor to make it execute for all data in table. e.g. script:
ls "value1_from_table_input"
write to log
and next run
ls "value2_from_table_input"
write to log
