You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use this tool when the extraction is too large to do in a single step, this is a buffer where you can save intermediate data that wouldn't pass validation yet.
2. When updating existing data or fixing validation errors, use JSON patch operations via the apply_json_patches tool
264
311
3. JSON patches allow precise, targeted updates without losing correct data
265
312
4. If the document is large and the extraction request can't be done in one go, create a valid extraction object and interate with jsonpatch until you completed the entire extraction!
313
+
5. Use intermediate data buffer if you can't extract a valid data object in a single step.
266
314
267
315
IMPORTANT:
268
316
YOU MUST perform a batched extraction if there are more than 50 fields to extract.
0 commit comments