You need to sign in to do that
Don't have an account?
IPFrampton
Standardising properties in Data Loader beans
Afternoon,
I am currently writing a number of separate beans for a Data Loader command line process I am building that all share a common set of attributes in the same process-conf.xml file. Is there any way that I can have one location for the following keys so that I don't have to maintain them several times in the same process-conf.xml file as this is likely to cause errors?
I am currently writing a number of separate beans for a Data Loader command line process I am building that all share a common set of attributes in the same process-conf.xml file. Is there any way that I can have one location for the following keys so that I don't have to maintain them several times in the same process-conf.xml file as this is likely to cause errors?
<entry value="false" key="sfdc.debugMessages"/> <entry value="sfdcSoapTrace.log" key="sfdc.debugMessagesFile"/> <entry value="endpointurl" key="sfdc.endpoint"/> <entry value="username" key="sfdc.username"/> <entry value="password" key="sfdc.password"/> <entry value="encryptionkeyfile" key="process.encryptionKeyFile"/> <entry value="600" key="sfdc.timeoutSecs"/> <entry value="extract" key="process.operation"/> <entry value="csvWrite" key="dataAccess.type"/>I have seen something about using a config.properties file but can't find any more on it so was hoping someone could point me in the right direction? I'm using Data Loader v33.
Please let us know if this will help you.
NOTE :- You need to save this file in Conf folder as config.properties
Please reffer below link that will help you:-
https://help.salesforce.com/apex/HTViewHelpDoc?id=using_the_command_line_interface.htm
http://www.jitendrazaa.com/blog/salesforce/tutorial-of-command-line-dataloader-salesforce/
https://code.google.com/p/dataloadercliq/
Please mark this as solution if this will help you. So that if some one have same issue this post can help other also.
Thanks
Amit Chaudhary