You need to sign in to do that
Don't have an account?
Developer99
Schedule import to salesforce
HI,
I am getting daily csv files from other system. it contains the information of account name, contact detials, opportunity details and quote details i want import the records for every 30mins into salesforce, may i know how can i import those records into salesforce for every 30mins.can any one explain me.
I am getting daily csv files from other system. it contains the information of account name, contact detials, opportunity details and quote details i want import the records for every 30mins into salesforce, may i know how can i import those records into salesforce for every 30mins.can any one explain me.
You can creat a batch script that will parse the csv file and import it into the desired object.
Schedule the batch script to run as per your requirement.
OR
You can schedule with command line tools. Refer:
http://wiki.developerforce.com/page/Using_Data_Loader_from_the_command_line
http://wiki.developerforce.com/page/Apex_Data_Loader
can you provide some sample program for batch script.
Please refer following links for sample script:
http://developer.financialforce.com/customizations/importing-large-csv-files-via-batch-apex/
https://developer.salesforce.com/forums/ForumsMain?id=906F00000008x9qIAA