Fixed Width Pipeline
I’m building a pipeline that would require several different fixed width files. The snap is very static it doesn’t allow variables or other options so for each fixed width file I need to have one snap. Currently I have a router to determine which fixed width snap to use. I was thinking it would be more ideal to have the option to pull the fixed with data needed to create a file from a “config/formatting” file
Meaning the fixed width snap would look to existing format file(s) to determine what the output should be. The added value would be I don’t have to edit the pipeline every time we add a fixed width file. I could just and another format file to a predestined location that it’s already pulling from. Does anyone know of any other alternatives? I’ve attached an image to show how I’m currently using it right now there are only 4 paths, but there could be hundreds and this solution doesn’t scale very well.