Has anyone seen a utility written in PowerShell in a public repository that would take a CSV file and write out a fixed length record text file where each field of data in the CSV would occupy the same columns in each record of the text file?
I'm imagining a pre-pass to find the widths needed for each column and then a pass over the CSV file to write the fields right-justified in that width for each column.
For example,