• Rahul Jain.ax1619
  • NEWBIE
  • 0 Points
  • Member since 2013

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 0
    Questions
  • 3
    Replies

Hi All,

 

I am running an export of our customer data from salesforce.com which is being uploaded into our Oracle billing system. On the Billing Street field I have carriage returns because our users use multiple lines to input street information. Is there a way to strip out the carriage returns from the address field while creating the extract via dataloader?

 

Thanks for your help.

 

V

Hi,

 

I would like to use dynamic query from Data Loader batch mode to extract only data that is changed since last run. Is there any way to achieve that by configuring in process-conf.xml file ?

 

Here is example:

Select Id, Name FROM Account where lastModifiedDate > @process.lastRunDate@

 

I found couple of posts that recommend using @process.lastRunDate@, but it does not work in my case.

 

Any help would be appreciated.

 

thanks!