This is the first time I've needed to create new csv files based on data in existing csv files. Normally I would just start using sed or awk and just start scripting. However, commas and quotes are used as separators, and they can also be included in the data. Ouch. So much for simple parsing. Are there any good command line tools to work with csv files? c