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
GangulyGanguly 

Command Line Data Loading without Password encryption

Hello Friends,

 

We have to use an encrypted password in our process-conf file while performing any operation with data loader through command line.

Is there any way through which we can achieve this without encrypting the password? I mean,by directly providing the text password.

 

Thanks in advance.

 

Regards,

Kaushik

 

mummanenimummaneni

Kaushik,

 

There is no way you can directly enter the password for command line dataloader. But the process specified in the link will make your life easier.

 

http://code.google.com/p/dataloadercliq/

 

Regards,

Akash