github-csv-tools icon indicating copy to clipboard operation
github-csv-tools copied to clipboard

feat: option "--csvDelimiter <delimiter>"

Open pgerlach opened this issue 2 years ago • 0 comments

A lot of CVS files are deliimited by ; instead of ,, and some softwares don't allow exporting using , as a separator.

This PR adds an optional --csvDelimiter option that can be used to specify the delimited we want. It defaults as comma.

Usage: githubCsvTools --csvDelimiter ';' ./myFileDelimitedByColons.csv

pgerlach avatar Aug 24 '22 10:08 pgerlach