- Parse recipient list file as a TSV when flag `-tsv` is provided - Log recipient list records that contain empty columns - Log and skip recipient list records that contain the same `id` as previously read records - Remove unnecessary check for mismatched header and record column length, this is already handled by the `encoding/csv` package - Remove unnecessary check for empty line, this is already handled by the `encoding/csv` package Part of #5420 |
||
|---|---|---|
| .. | ||
| testdata | ||
| main.go | ||
| main_test.go | ||