Member since
10-20-2024
1
Post
1
Kudos Received
0
Solutions
10-30-2024
03:20 AM
1 Kudo
Hello , can anyone help with a spec to transform this JSON input to the desired output . JSON INPUT ========== { "courseId": "xxx" } == desired output json == [ { "courseId": "xxx", "courseSubCategory": 1 }, { "courseId": "xxx", "courseSubCategory": 2 }, { "courseId": "xxx", "courseSubCategory": 3 } ]
... View more
Labels:
- Labels:
-
Apache NiFi