[Docs] Tweak example excel file to prevent csvkit crash during tutorial #1221
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
tl;dr: I re-opened the tutorial file in excel and now
in2csv
likes it again.Hello,
I was working through the tutorial problems and got stuck on step 1.3.
The file grabbed by
curl -L -O https://raw.githubusercontent.com/wireservice/csvkit/master/examples/realdata/ne_1033_data.xlsx
, for whatever reason, generates an error when I ranin2csv ne_1033_data.xlsx
(as per the instructions).I think the error is generated by openpyxl, but don't have the expertise to delve deeper. Luckily, opening and saving the excel file using excel seemed to have cleared up the issues, so I'm creating this PR to hopefully clear up a discrepancy between the tutorial instructions and actual results.
in2csv 1.3.0
Ubuntu + Python 3.11/12
Steps to reproduce:
in2csv ne_1033_data.xlsx