Skip to content

The SPC scp_from_csv Cmd Should Skip Empty Lines

geo-gs requested to merge scp_from_csv_should_skip_empty_lines into master

The spc binary's new scp_from_csv command should skip lines that have no data in the first or second column. This will prevent the cmd from failing when the csv file contains a bunch of empty lines at the end of it.

Merge request reports