0% found this document useful (0 votes)
38 views1 page

Assignment-Data Loader

Import contact data from the "contacts_to_import" CSV file into a Developer Edition org using the Data Loader, mapping the 'Cell' field to 'Mobile'. Update the Department field for all imported contacts using the "department_update_contact" CSV file. Prepare a CSV file to delete all existing records from the School object with at least 10 records, adding dummy records if needed. Prepare a CSV file to upsert Opportunity records, inserting a new Opportunity with custom field values and updating an existing Opportunity's Description field to "We have updated Existing Opportunity".

Uploaded by

Niveditha Ch
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
38 views1 page

Assignment-Data Loader

Import contact data from the "contacts_to_import" CSV file into a Developer Edition org using the Data Loader, mapping the 'Cell' field to 'Mobile'. Update the Department field for all imported contacts using the "department_update_contact" CSV file. Prepare a CSV file to delete all existing records from the School object with at least 10 records, adding dummy records if needed. Prepare a CSV file to upsert Opportunity records, inserting a new Opportunity with custom field values and updating an existing Opportunity's Description field to "We have updated Existing Opportunity".

Uploaded by

Niveditha Ch
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 1

Salesforce-Assignment

Use CSV file “contacts_to_import” to Import all the contact data into your Developer
Edition using the Data Loader.
Map all the fields in the CSV file to the appropriate Contact fields. Map 'Cell' to 'Mobile'.

After importing all the contacts from the “contacts_to_import” csv file. Update the
Department field of all the contacts records of “contacts_to_import” csv file.
Note: Use the csv file “department_update_contact” .

Prepare a CSV file to Delete all the existing records from your School Object. Make sure
your CSV file should have at least 10 records, If not, then insert some dummy records in
School object.

Prepare a CSV file to Upsert Opportunity records.


Direction: Your CSV file should contain 2 records one it inserts new Opportunity for
insert decide the field value of Opportunity by your own and the other it update any
existing Opportunity. Your existing Opportunity should update Description field. The
value of the Description field should be “We have updated Existing Opportunity”.

Page 1 of 1

You might also like