usage:
mergecsv.exe "C:\Path\To\First\csvfile.csv" "D:\Path\To\Second\csvfile.csv" -o "S:\Path\To\Destination\mergedcsvfile.csv"
optional parameter:
-
"-e utf8" (encoding) supported encodings are:
- -e utf8
- -e ansi (ascii)
- -e unicode (Little Endianess)