tliljekvist
2 years agoNew Contributor
Expression to extract values in nested JSON objects
Hello, I'm looking for help with an expression to extract values in nested JSON objects. I've figured out how to extract any elements in "field" array where "lastModified" is after "lastExtractionD...
- 2 years ago
tliljekvist - Attached is a sample pipeline that I believe does what you want with some help of the Mapper snap's "Mapping root" property to easily access the array sub-elements for initial formatting, then the Array.map() and Object.filter() methods to cleanup the empty values.