06-23-2023 10:24 AM
Hello Community!
I am trying to design a pipeline which takes a list of S3 URLs generated by a Mapper and uses the Directory Browser snap to produce output. I am seeing that the pipeline runs, but only the first URL in the list is picked up by the Directory Browser. Is there a way to cycle through the list of all the URLs?
06-23-2023 10:31 AM
Try using a MultiFile Reader instead of a directory browser and let me know if that works!
A directory can ONLY have 1 output view so it will work when you’re hitting a location where all these files reside. Once you hit that location, you’ll have to used a router to route those different URLs.
I would recommend going ahead with a Multi File Reader snap instead.
06-26-2023 12:40 AM
You need to break down the pipeline in two segment.
hope it will solve the issue.