Solved
Forum Discussion
This is fairly easy, first use a mapper to split your ConfigValue field: $ConfigValue.split(“,”), and then use the JSONSplitter to split out into multiple documents:
I attach an export of the pipeline.
SplitField_2019_09_03.slp (8.1 KB)
philliperamos
6 years agoContributor
Thanks alot @cstewart ! It works as I needed!