Options
- Subscribe to RSS Feed
- Mark Question as New
- Mark Question as Read
- Float this Question for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
nifi dsl: breaking a record into multiple records
Labels:
- Labels:
-
Apache NiFi
Expert Contributor
Created ‎09-21-2023 02:01 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
I have records with following structure:
{
field1 : val1
field2: val2
fields3: x::y::z
field4: a::b::c
.....
}
field3 and field4 are basically pairs..ie x is paired with a, y with b, z with c.
I want to break this record to reflect above pairing. So it would result in 3 records, with first one having field3 as x and field4 as a, second record having field3 as y and field4 as b and so on.
Can it be achieved with nifi dsl?
1 REPLY 1
Expert Contributor
Created ‎09-21-2023 02:19 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Please ignore this question. My understanding of the problem itself was wrong.
