Scenario: "Minneapolis with a Vengeance": Break a CSV file #87
bourbonbourbon
started this conversation in
Scenarios
Replies: 1 comment
|
I am asking this because my solution was only failing because of the header check in your |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hi @fduran ,
Is there any reason why the
data.csvfile hasCRLFending? Because the Python solution that I was using only writes lines to the file usingLFendings. I had to open the file files in binary mode for reading and write to preserve the line endings.So is the line ending choice intentional?
All reactions