liquidaty/zsv

prop command: add option to skip garbage rows that trail the header row

liquidaty opened this issue · 1 comments

e.g. given the below data, remove the garbage row with a command such as prop --header-trailing-garbage 1

header1 header2
garbage garbage
data data
data data
data data

closing until/unless a real-world use case arises