jakubbartel / keboola-xls2csv-processor

Keboola Component for converting xls/xlsx files to csv files.
MIT License
0 stars 1 forks source link

Extraction error if last cell of the row is empty #8

Closed pivnicek closed 4 years ago

pivnicek commented 5 years ago

If some rows don't contain any value in the last column then it results in a parse error when loading the file.

jakubbartel commented 4 years ago

XLSX processor now checks number of columns in the input file and adjusts output columns if neccessary.