TimG1964

Results 36 comments of TimG1964

This csv file seems to contain multi-line quoted fields. I think the underlying issue is therefore the same as that reported in #1139 and #1140. May also relate to #1157.

The problem in [this discourse discussion](https://discourse.julialang.org/t/csv-wont-read-tab-separated-file/111120) seems to be related.

Issue #155 proposes making the default `infer_eltypes=true` and PR #313 implements this - if it is accepted.

EDIT: This reply was based on poor research by me! I simply renamed an `xlsx` file as an `xltx` file, so it was till an `xlsx` file internally. The next...

Actually, I've done some actual research now which I should have done before: > Let's dive deeper into the differences between XLSX and XLTX files at the XML level: >...

The fix I have proposed in PR #282 is more general than the code above, and now also works for other data types (dates, bools, etc) too.