Expand my Community achievements bar.

Update multiple profiles data in bulk

Avatar

Level 2

Hi,

I can update a single profile attribute data by enabling the dataset "upsert: true" and ingest data in the dataset by a file. but now I want to update multiple profiles in bulk. 

 

Is there any way to get all profiles and update their single attribute in any automated way or by API's? 

2 Replies

Avatar

Employee Advisor

@vivek777 there are probably different ways of achieving this so wait for additional input if needed but you should be able to extract profiles with specific attributes using a Profile Export Job for example.

Once you have all the relevant records and when you've changed the value of the attribute, you could use the Batch Ingestion API to do this in bulk.

Avatar

Community Advisor

@vivek777  if you are attempting to perform a bulk update of profiles for a specific attribute you could use query service to update the specific profiles with the updated value.

 

You can keep the data in the platform without having to export the data from AEP.