Contact Import | Community
Skip to main content
Level 4
March 19, 2021
Solved

Contact Import

  • March 19, 2021
  • 2 replies
  • 3609 views

Hi Everyone,

 

I have a list of 150K contacts and I have been asked to update a specific field within the contact record for the contacts that exists in the list. We need the contact record's field value to be updated with the corresponding column value from the spreadsheet only when the field value is empty or in other words if the field is already populated then it shouldn't be updated.

 

Thanks

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Katja_Keesom

You could actually do two things:

- Do your list upload using the List Import Mode "Skip new leads and updates". This should not create any new people in Marketo and also not update the field if a value is already there.

- Protect the field you are updating in the Admin section from Uploads through list imports.

If you apply those safeguards you should be fine, but I would strongly recommend to test the process on a small batch before processing this enormous amount.

2 replies

Community Advisor
March 19, 2021

I would separate your list by conditions and do multiple uploads. Check email addresses for existing leads and process those separately: one for those that have a value and should update the field, and one for those that don't have the value and therefore should not include that column nor update it when uploading. THEN you can process your net new list of leads separately where they get the value if they have it and it's null if they don't (by default).

Katja_Keesom
Community Advisor and Adobe Champion
Katja_KeesomCommunity Advisor and Adobe ChampionAccepted solution
Community Advisor and Adobe Champion
March 19, 2021

You could actually do two things:

- Do your list upload using the List Import Mode "Skip new leads and updates". This should not create any new people in Marketo and also not update the field if a value is already there.

- Protect the field you are updating in the Admin section from Uploads through list imports.

If you apply those safeguards you should be fine, but I would strongly recommend to test the process on a small batch before processing this enormous amount.

Yash-3Author
Level 4
March 19, 2021

Thanks so much @katja_keesom 

I will make sure to test process for small volume before I mass update the whole list.