Include splitter functionality where the splitter can take any artefact and break it down to multiple any other artefacts and return as a list.
This is slightly different from the Sequencing spliiter support as that dictated like artefacts in and out. i.e T split to List<T>; whereas a more generic splitter can take SOURCE and return a List<TARGET>
Include splitter functionality where the splitter can take any artefact and break it down to multiple any other artefacts and return as a list.
This is slightly different from the Sequencing spliiter support as that dictated like artefacts in and out. i.e T split to List<T>; whereas a more generic splitter can take SOURCE and return a List<TARGET>