# Removes invisible characters (like formfeed) # also coerces UTF-8 encoding iconv -c -f utf-8 -t ascii source_filename.csv > destination_filename.csv