Hi,
I'm new to DMF. I learnt to do simple import from CSV file.
Have doubt like where should I need to write business logic.
Example:
target table is MyItemTable, it has 3 fields called itemid, item name and cost
My data in csv file is '1', 'Bottle', 200
When It is processing , i want to multiply the COST field * 2 so i want 400 needs to be inserted in to my target table.
how to do that? If any one knows please help me to resolve it.