https://github.com/Gapminder/ddf-validation/blob/master/src/utils/file.ts#L193 https://www.papaparse.com/docs#results parse result `.error` property is never checked. Currently gapminder world DAG in airflow sometimes errors on this line because `csvLine` is `undefined`. https://github.com/Gapminder/ddf-validation/blob/master/src/utils/file.ts#L197
https://github.com/Gapminder/ddf-validation/blob/master/src/utils/file.ts#L193
https://www.papaparse.com/docs#results
parse result
.errorproperty is never checked.Currently gapminder world DAG in airflow sometimes errors on this line because
csvLineisundefined.https://github.com/Gapminder/ddf-validation/blob/master/src/utils/file.ts#L197