Hi,
I had to read some data with commas as thousand separators. This is supported in the Table Schema specification with keys decimalChar and groupChar. This PR adds support for both including tests.
Missing values were also checked in two places still: under resource top level and in the schema part. I removed the first, as it should be under schema.
Hi, I had to read some data with commas as thousand separators. This is supported in the Table Schema specification with keys
decimalChar
andgroupChar
. This PR adds support for both including tests.Missing values were also checked in two places still: under resource top level and in the schema part. I removed the first, as it should be under schema.
All tests pass.