Created on
11-05-2019
01:23 PM
- last edited on
11-06-2019
05:56 AM
by
cjervis
Hi, I have an API call to a service, that service have different type of processes, the API cannot filter them.
So when I query the API it returns JSON with 30 common keys, and another 15 that varies for each case, the question is, is there a way to automatically adapt the schema so I can use MergeRecords? The result goes to S3.
There are a lot of cases, and it seems they are adding more once in a while, is there a "generic" way to tell MergeRecords to "if you see any change, make another group", I don't have a key with value to determine the group. Any idea?
Thanks!
Created 11-05-2019 08:13 PM