I am afraid you will have to code your own data extractor. AFAIK there's no built in / ready to use tool to extract just a subset of data.
Moving a subset of data from one Cosmos db container to other
Hi all,
I am looking for migrating a subset of data from one of the Containers to another in same Azure account.
I have 2 containers: AccountDetails and Users. Both containers have their respective data rows. As per the requirement, I need to have few more details added to each Users container row and that additional data is in AccountDetails container. Here, I am looking at around 4000 records to manipulate.
I looked at the possible solutions (provided by Azure), but it only deals with migrating complete record to another container and not a part of it.
Can anyone please guide me in the correct direction.
Thank you.