Convert CSV or Tab Delimited text file into a flat file
A few posts back I posted a method to convert a flat file into a tab-delimited file with notepad++. This post got a lot of good feedback and people were asking how to do the reverse conversion, from a CSV file (comma delimited) to a flat, fixed-width file.