function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Developer99Developer99 

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.
Vinita_SFDCVinita_SFDC
Hello,

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
krish99krish99
@vinita

    can you provide some sample program for batch script.
Vinita_SFDCVinita_SFDC
Hello,

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
Osvald MarkusOsvald Markus
You can also schedule import from CSV to Salesforce with help of Skyvia (https://skyvia.com/). It`s a cloud-based solution for no-coding integration which is easy to configure and schedule (up-to-one-minute).