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

Urgent How to automate uploading a .csv file data to SFDC
Hi,
I have one .csv file on Server, which has few fields. I simply want to insert that .csv file data to SFDc twice in a week.
Please let me know how can i achieve this functionality. And that is ofcourse should be very practical.
Thanks
When you say insert into SFDC, does the csv file contain information that should be used to update records, or should it be uploaded as an attachment or a regular document?
Hi,
In terms of uploading/inserting the records the contains in the .csv files. Thanks
I'd suggest you use the Salesforce Data Loader running in batch mode. This will allow you to start the data loader on demand using a particular configuration and process the file.
Hi,
I am sorry.. but i have no idea at all.. regarding using data loader in Batch mode. Can you help me from where can i have detailed elaboration on this. Thanks
Try searching the online help (the help link in the upper right corner of every page after you log in) for "data loader batch mode".
Sunny first you need write a property file in xml format then think about how to put it in a bacth mode using OS
here yours work is 2 parts.
1.write a xml file to insert date
http://wiki.developerforce.com/index.php/Using_Data_Loader_from_the_command_line
2.put it in a server upload it in sfdc based on OS timing(do some research in online).if you find some thing let know.
Hi,
You might try CLIq, which is a tool I wrote to solve this problem:
http://code.google.com/p/dataloadercliq/
It will create a working .bat file (and .sh for *nix) which you can schedule using Windows Scheduler or Unix cron.
Vijay
Through talend you can achive it ....