Operating System: OSX Method: From the command line, so using sed, cut, gawk, although preferably no installing modules.
Essentially I am trying to take the first c
For me, cut produces expected result:
cut -d, -f1 < in.csv > out.txt