You need to sign in to do that
Don't have an account?
Ab
customized data loader
Hello,
I am looking for tool, probably one which is similar to data loader do achieve below use case.
> I want to export or save rows of few tables from salesforce
> I the data should be save once in every week for example every sunday at midnight
> As the size of data will be around 1GB each time
> I want to save only lasterst 5 or 10 csv file.
Also when the data loader is uesd, where is the data stored.
I am looking for tool, probably one which is similar to data loader do achieve below use case.
> I want to export or save rows of few tables from salesforce
> I the data should be save once in every week for example every sunday at midnight
> As the size of data will be around 1GB each time
> I want to save only lasterst 5 or 10 csv file.
Also when the data loader is uesd, where is the data stored.
The data is stored where you tell dataloader to store it. Read the docs on using dataloader from the command line and it is explained pretty well in there.