xlsx2csv icon indicating copy to clipboard operation
xlsx2csv copied to clipboard

Added more information to date format error

Open Sinirlan opened this issue 2 years ago • 0 comments

I modified output string of error message to include row, column and value causing date format error so it's easier to find a problem with source file.

Output looks like this: Error: potential invalid date format at row: 1672, column: BW, value: 24568465

I also updated readme and in script description of delimiter parameter to include FS separator from my previous pull request #267

Sinirlan avatar Dec 14 '23 09:12 Sinirlan