Forum Discussion

mohamadelmardin's avatar
mohamadelmardin
New Contributor III
9 years ago

How to render distinct elements only in an array with duplicates

I have a JSON document that has inside an array with duplicate values such as [1,1,3,3,6,1,2,1,2,100]. I am trying to transform/map it from source into target by returning only the distinct values s...