Closed dchaplinsky closed 9 years ago
I've also found that native CSV DictReader has the very same problem, while reader doesn't.
I'm an idiot, please ignore me.
I doubt that's true -- if there was something confusing about using it, could you clarify how you were misled? Perhaps a runtime warning or better docs are in order?
CSV that I was trying to use had two columns with identical names. Second one was always empty.
OK, I just made #50 to make this less difficult to avoid in the future.
I'm having problems reading pretty simple CSV file, that I've exported from google spreadsheet: https://gist.github.com/dchaplinsky/9791d15fb1b66b429044
This fields returned as "" (see https://gist.github.com/dchaplinsky/fb4533e7b27b456aabce).
I've tried to debug it last night, but had no success.