# csv-compare-with-key **Repository Path**: shootsoft/csv-compare-with-key ## Basic Information - **Project Name**: csv-compare-with-key - **Description**: No description available - **Primary Language**: C# - **License**: Apache-2.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2014-03-06 - **Last Updated**: 2021-11-03 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # csv-compare-with-key Compare tow csv file with defined keys # Useage ``` csv-compare-with-key -i -k -c -e [options] ``` + -i, --index-csv Required. Input csv file to be indexed. + -k, --index-keys Required. Input csv file to be indexed key columns. + -c, --compare-csv Required. Input csv file to be compared. + -e, --compare-keys Required. Input csv file to be compared. + -t, --trims (Default: ["]) Trimed column chars. + -u, --is-utf8 (Default: True) Using UTF-8 encoding. + -s, --split (Default: [",","\t"]) Csv split. + -n, --unix-new-line (Default: True) Using unix new line. + --help Display this help screen.