I have two Foundry datasets that contain raw files (lets say xml or csv files). I would like to merge these two within a transform to create a new dataset with a collection from both.
(This explicit example was due to a API schema being updated, and required to merge the existing data with the new version).
ex A: csv1, csv2, csv3, csv4, csv5 (source) B: csv1, csv2, csv3 (target)