±encoding, ±e
File encoding of the input or output CSV file
Description
Set the assumed encoding for reading a CSV file.
Set the encoding for writing a CSV file.
Pattern
±e=encoding
±encoding=encoding
Usage Examples
- csvfox infile.csv -e=UTF-8 (...)
- Assumes that the CSV file to read has UTF-8 encoding.
- csvfox infile.csv +e=Windows-1252 outfile.csv
- Reads infile.csv (in default encoding) and writes it into outfile.csv, using Windows-1252 encoding for writing.