The Salesforce Data Loader is a software application that can be used to insert, update, or delete Salesforce records from a CSV or export Salesforce records to a CSV.

learn more… | top users | synonyms

1
vote
1answer
46 views

Approach to Load data from Master to Child objects from Legacy database

We have an oracle database with 100,000 records which has a master table called Application and it has a child called Application Individual and each Application individual has one level children like ...
5
votes
2answers
47 views

Date time export data loader

I'm using the data loader to export accounts. I put the following condition in the form of the dataloader: Select NAME FROM Account WHERE LastModifiedDate = 2013-06-11T15:54:00Z But i'm not able ...
2
votes
1answer
43 views

Parent Id Apex Data Loader

I'm using the data loader. I'm not sure about the use of the Parent id in the picture below. When have i use this? I'm upserting with the data loader contacts that are related of course to certain ...
2
votes
1answer
48 views

using ID in dataloader mapping file

I'm using the commandline dataloader to do an upsert. The datafile looks like this: ID,COLUMN2,COLUMN3 965832145,2013,04 The sfdc.externalIdField property is set to "Id". Mapping-file: ...
1
vote
2answers
40 views

know data source

I'm writing a trigger on account to set a custom field account.Data_Source__c = 'ERP'; for the accounts imported with the data loader from command line . The problem is that my trigger works also ...
1
vote
0answers
22 views

UseStandardPrice field when import PricebookEntry

I’am going to insert the prices for my products, but i’m not sure about how setup (true or false) the field UseStandardPrice of the object PricebookEntry. I have found this : UseStandardPrice ...
1
vote
0answers
29 views

Any way to query CRM Content Subscriptions?

I was wondering if CRM Content subscription information is stored anywhere. I am trying to find which users are subscribed to a particular tag. This object is the only thing I have come up with as a ...
3
votes
3answers
57 views

will the change set deployment affect the ongoing data loading

I came across a situation where one of my peer is uploading some records using the data loader and it may take a long time may be more than 10 hours. My query is, what will be impact of deploying a ...
1
vote
0answers
69 views

Data Loader using self relationship lookup and external id

I'm currently using Jitterbit Dataloader. I have an object called Project and it has a self relationship (lookup) called Parent Projects. During an initial import there are no parent projects so the ...
1
vote
3answers
108 views

Which is the best data loader for Salesforce? [closed]

Over time, I have come across three data loaders for Salesforce... Apex Data Loader, Jitterbit Data Loader, and dataloader.io to name a few. Are there any more data loaders for Salesforce? ...
2
votes
3answers
70 views

Loading existing users to force.com sites from External application

We are building a force.com sites with authenticated user license. We currently want to load from an existing application around 500,000 users in a csv format with username, password to force.com site ...
1
vote
1answer
166 views

How to insert new Products and Price Book using Apex Dataloader

Do anybody know How to insert new Products and Price Book using Apex data loader. Every 1 product will have more that 1 price in price book. please guide me to possible ways to do.
0
votes
1answer
119 views

Can free Jitterbit dataloader do an auto-relation like Dataloader.io?

Until now I was a happy Datloader.io user as it allowed me on a Mac to insert from CSV and have this wonderful auto mapping feature where a Lookup or Master Detail relation can be pointed to an ...
0
votes
2answers
65 views

APEX Data Loader 21 Consistently Crashing - Error Message Inside

Nearly every time that I try to use the Apex Data Loader it crashes after clicking on 'Browse' to select the file to load data from. This error message is generated. Any idea what might be causing ...
3
votes
1answer
109 views

How to handle NULL values when inserting with the Dataloader(.io)

I'm uploading records with the amazing dataloader.io and have a hard time to upload some records with NO value for optional fields. What do I have to put in those fields? #N/A 'null' NULL '' "" 0 ...

1 2 3
15 30 50 per page