Forum Discussion

rpc1235x's avatar
rpc1235x
New Contributor II
2 years ago
Solved

Retrieve a JSON Nested objects as individual lines

Hello I am having trouble extracting a nested JSON array that looks like this: { "name": "Acme", "color": "blue", "animal": "dog", "employee": [ { "first_name": "Bob", "last_name": "Smith"...
  • koryknick's avatar
    2 years ago

    rpc1235x - Below is a pipeline that demonstrates how to use the JSON Splitter for your example.  I'm using the JSON Generator to generate your source records.

    Hope this clarifies!