03-19-2019 08:12 AM
I am reading data from csv file before inserting the data into Oracle table,I want to delete or omit unnecessary columns. How to achieve this?Thanks in advance
03-26-2019 05:36 AM
You can use the Mapper Snap.
If you put the source fields in the source column and do not specify a target for those fields, it will drop them in the data flow.
03-26-2019 06:13 AM
Using mapper to drop fields is fine. I am asking is it possible to truncate the table before inserting data?. i.e table will have only latest execution data
03-26-2019 08:02 AM
As I see it, you have 2 options:
I would go for option 1 for simplicity.
04-12-2019 07:10 AM
Thanks pedro.almeida, it worked :+1: