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
chinni dchinni d 

data loader interview questions plz help

What is data config file?
what is process config file?
which time zone used in data loader?
how to enable european date format in data loader?
​how to run data loader from command prompt?
Frédéric TrébuchetFrédéric Trébuchet
1- yourfile.sdl
2- process-conf.xml
3- as defined by sfdc.timezone parameter of process-conf.xml or menu settings
4- process.useEuropeanDates = true in process-conf.xml or menu settings and check "Use european date format"
5- http://resources.docs.salesforce.com/200/9/en-us/sfdc/pdf/salesforce_data_loader.pdf

Hope this helps
Fred
Imran Mohammed 61Imran Mohammed 61
I have a question.
If there are 10 records in a csv file. And we are trying to insert the data using Data Loader. First 6 records were inserted and suddenly I have stopped the operation. Now again I need to insert from Seventh record as first 6 are already inserted.
Can I acheive in Data Loader using only "Insert"? (Without Upsert, Update and any other format)
Please, any help?
Venkatesh LVenkatesh L
Hey Imran, 

Yes. You can acheive this with Data Loader using only Insert operation. Once you have stopped the operation in the middle, you will get a success file for successfully inserted records. Then you have to compare the success file (a file with 6 successfully inserted records) with the source file (the file having 10 records). By using V-lookup in .csv files, you can get the remaining records to be inserted in a seperate file (you will get the remaining 4 records). Then again start inserting them. This won't use Upsert or Update. Hope this helps.

Regards,
Venkatesh.
sameera sultanasameera sultana

 User-added image
Hi I am trying to do the data loader trying to log in but this page is completely shrinked when I click on upsert. However all the other webpages are normal size. I tried to change the display settings and font but nothing works. Does anyone know how to fix this page so that i can see the username and password what I am entering. Plz help......