Skip to content

meta2redis.py - Windows compatibility and fixes for reading CSV files#23

Open
krzywonos wants to merge 1 commit intoopencitations:masterfrom
krzywonos:master
Open

meta2redis.py - Windows compatibility and fixes for reading CSV files#23
krzywonos wants to merge 1 commit intoopencitations:masterfrom
krzywonos:master

Conversation

@krzywonos
Copy link

  • field size limit for CSV files set to C 32-bit int limit when running on Windows
  • specified conversion from binary to utf-8 for TextIOWrapper instead of using default system settings
  • CSV files are now read as binary to conform to the usage of TextIOWrapper
  • added main function call

- field size limit for CSV files set to C 32-bit int limit when running on Windows
- specified conversion from binary to utf-8 for TextIOWrapper instead of using default system settings
- CSV files are now read as binary to conform to the usage of TextIOWrapper
- added main function call
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant