April 2025
15 days ago by Frances Elliott
In the last month, we released UX improvements for the Sensible app and advanced output schema manipulation features.
UX improvements: Download JSON and batch extraction history
In the Extraction history tab, you can now download an extraction as a JSON file in addition to downloading it as an Excel file:
In the Extraction history tab on the Batch extractions tab, you can now view the description and ID for each batch and copy the ID:
New feature: Advanced JsonLogic operations
In addition to the existing JsonLogic operators, Sensible released new extended JsonLogic operations for transforming the output schema:
- The Merge Objects operator takes an array of objects and returns a single object containing all the fields from each object.
- Use the Stateful Map operation to perform a mapping operation on an array while keeping track of a state variable from previous iterations in the loop.
For more information, see Merge Objects and Stateful Map.