Robin Moffatt 10/19/2010

awk - split a fixed width file into separate files named on content

Read Original

This technical blog post explains how to use the Unix awk command to split a fixed-width file (without delimiters) into multiple files. The filenames are dynamically generated based on the content extracted from specific character positions (columns 14-16) within each line of the input file. It includes code examples and discusses the performance benefits of using lightweight command-line tools over heavier ETL software.

awk - split a fixed width file into separate files named on content

Comments

No comments yet

Be the first to share your thoughts!

Browser Extension

Get instant access to AllDevBlogs from your browser

Top of the Week