You need to sign in to do that
Don't have an account?

Load data which have fields as look up - data loader only takes ID for that field
Hi,
I want to insert data into salesforce using dataloader. So I created an excel file with data. Few of the fields are look up fields so my excel file has the ID as the value in that field. This works for me but I want to share this data with my team mates and we will need to change the ID for these fields corresponding to their instance. ID is a foreign key/look up in another table.
Also data loader takes only ID for these look up fields. If I have a label value instead of ID it does not insert data.
Example
In this example Field1, Field2, Field3 are lookup fields in another table. They are foreign keys. So if my team mate wants to use the same data to export into their instance this would not work because they will have a different set of IDs on their instance.
If we have huge data then it would not be possible to load same data. How can we achieve this so that one set of data can be used across multiple instances.
Quick response would be appreciated.
thanks,
kathyani
I want to insert data into salesforce using dataloader. So I created an excel file with data. Few of the fields are look up fields so my excel file has the ID as the value in that field. This works for me but I want to share this data with my team mates and we will need to change the ID for these fields corresponding to their instance. ID is a foreign key/look up in another table.
Also data loader takes only ID for these look up fields. If I have a label value instead of ID it does not insert data.
Example
Field1 | Field1 | Field3 | Field4 | Subject | ActionLabel | ||
a0C80000001Qfxm | a0C80000001PqoE | a0C80000001Qfxe | text1 | FieldInquiry SuspendedUsage Email | |||
a0C80000001QjWE | a0C80000001PqoE | a0C80000001Qfxe | text2 | FieldGeneral SuspendedUsage Email |
If we have huge data then it would not be possible to load same data. How can we achieve this so that one set of data can be used across multiple instances.
Quick response would be appreciated.
thanks,
kathyani
Jeremy
Jeremy
That would take sometime. Is that the only way to export data to another instance (data involving look up tables)
In data loader map matches the columns from csv file to salesforce table fields. So its only for one instance.
The goal is to upload the same data on every instance (team mate's salesforce). The IDS in the above example are for my SF instance. These Ids are foreign keys but they refer
to some other table. Data works fine in my instance because I copied Ids from my instance. These ids are also pointing to my look up table.
In my team mates instance they have a different set of Ids. So in the data I have to change ids according to their instance. Their ids are also foreign keys to another table.
These Ids are different from that of mine.
Ids are record ids which gets automatically generated when a record is created in SF. So we have no control to edit them.
Message Edited by jeremy_ross on 10-23-2008 01:07 PM
another SF instance but it did not work. (because Id is different from that of ids from success file)
What did you mean by "This success file can be used later when you need to do old->new id lookups."