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
rhprhp 

Data Loader

Can we export the data from salesforce to tab delimited text file using data loader?

ViwalViwal

Hi

Data loader only support the csv format....however you can change the a CSV file to a tab delimited file.

rhprhp

Thanks, I figured it out yesterday.

murali2589murali2589

iam workin on data loader through command line i completed 4 steps succesfully i.e.,
Step One: Create the Encryption Key
Step Two: Create the Encrypted Password
Step Three: Create the Field Mapping File
Step Four: Create the Configuration File
am getting error after this process (5th step)
{
In the command prompt window, enter the following command:
process.bat "<file path to process-conf.xml>" <process name>
• Replace <file path to process-conf.xml> with the path to the directory containing process-conf.xml.
• Replace <process name> with the process specified in process-conf.xml.
Your command should look something like this:
process.bat "C:\DLTest\Command Line\Config" accountInsert
}

here i specified path of process-conf it got error so i tried specifying path same as above process.bat "C:\DLTest\Command Line\Config" accountInsert

sometimes it showing java exception error somtimes badpadding error
... the password encrypted through keyfile is sfdc password without token...

can any one pls resolve this problem

rhprhp

Can you try encrypting the password with security token because I remember it gave me an error when I encrypted the password without security token.

 

If this is the solution please click it has provided the solution.

 

Thanks

murali2589murali2589

solved the probl;em by 1) adding security token 

 

and also i set the environmental variable path