You need to sign in to do that
Don't have an account?

Implementing Business Rules In Data Loader...
I am brand new to the Data Loader, if I have a business rule that I need to apply to a column before it gets loaded can I implement it in the data loader process or do I need to write special code after the load is done to take care of it.
Is the best practice to do my business logic in a trigger?
Thanks to all for any help.
-Jim
OR
You can implement those rules on the data (csv files OR database) by transforming /updating the data as per business need and then import that data.
Hi Jimmy
Just came across your issue.
I was also facing the same problem till few days back. But then I explored Informatica cloud data loader(free unlimited trial edition) which supports defining Business Rule befor data is loaded.
To download it goto:
1)Click Setup->Tools->Informatica Cloud Data Loader.
2)Then install Informatica Cloud secure agent locally on your workstation and you will be up and running.
You can also download the Informatica Cloud Data Loader's guide and refer it to get a hands-on of this data loader.
-HSinghal :)