Maximizer has this god awful CSV export, that doesn't escape anything. I spent about 12 hours writing this. It doesn't deal with the unescaped CSV values that was actually stored in one of the columns (!)_(@*#)(!@%$!@#.).
Why didn't we just build it from the database? The tables look like this: ASN0001, ASN0002, etc.
:%s/^M//g
(
Read more... )