GitHub user dave-csc edited a comment on the discussion: 2.18 roadmap and goals
Some considerations about point 3: 1. in Hop 2.17 the option "Default path leaf to null" is present. It means that if you specify a non-existing path in the JSON, the transform will output NULL for the corresponding field (I still need to test this option, anyway 😅) 2. processing multiple JSON arrays can be a bit problematic in terms of having a "tabular" structure like Hop streams. You can easily address a single array by producing a "denormalized" stream (i.e. a stream with a row for each array element, and the values outside the array repeated in all the rows). But what would you do if those arrays are at the same level in the JSON structure? GitHub link: https://github.com/apache/hop/discussions/6445#discussioncomment-15765896 ---- This is an automatically sent email for [email protected]. To unsubscribe, please send an email to: [email protected]
