Forum Discussion
1) First try to split the string by "," - and as an output you will receive array of records:
("AMK,ACK,AGK,ABK").split(',')
output: ["AMK","ACK","AGK","ABK"]
2) Then split the array, using JSON Splitter Snap.
BR,
Spiro Taleski
This worked well. Thank you.
Also, Is it possible if this can be achieved in a single mapper expression without using the splitter.
Unfortunately, no. When you preview the parent, you can only see the preview output of the snaps in the parent. There’s no way to see the preview output of the snaps that executed in the child during the preview of the parent. The preview output that you’re seeing in the child pipeline is left from when you last previewed just the child pipeline by itself.
- ADORAISWAMY5 years agoNew Contributor II
Taylor,
Thank you. I am bit more clearer and closer to the fix now. I enabled all the snaps and all but validated one. Please see attached. I tried with and without toggling the “=” button but neither works.