Closed blee44 closed 7 months ago
Does csvkit support using the # character as comments or is there a way to ignore lines that begin with # when using tools in csvkit?
csvgrep --invert-match -c1 -r '^#' would work to remove rows starting with #
csvgrep --invert-match -c1 -r '^#'
#
Thanks!
Does csvkit support using the # character as comments or is there a way to ignore lines that begin with # when using tools in csvkit?