cancel
Showing results forย 
Search instead forย 
Did you mean:ย 

Split not working...

aakumar
New Contributor III

I was able to Remove duplicates. Now I need to convert to this structure..... I tried split and its not working...

Below is what I want to accomplish:

{
"productFamily": [
"030000-S1",
"073722-CD",
"073724-CD",
"073726-CD",
"HLF-S940-SMA"
]
}

2 REPLIES 2

aakumar
New Contributor III

aakumar_0-1712346201926.png

aakumar_0-1712346739674.png

 

 

ptaylor
Employee
Employee

The input document in your pipeline doesn't contain an array for the JSON Splitter to split. But I think I know what you're trying to do. Please look at the attached pipeline, which looks like this:

ptaylor_0-1712415439425.png