awk - split a fixed width file into separate files named on content
More of a unix thing than DW/BI this post, but I have a beard so am semi-qualified….
The requirement was to improve the performance of some ODI processing that as part of its work was taking one huge input file, and splitting it into chunks based on content in the file. To add some (minor) spice the file was fixed width with no deliminators, so the easy awk answers that I found on google weren’t applicable.