ron <r...@mailinator.com> added the comment:

Well... when handling GBs of data - it's preferred to generate the file 
directly in the required format rather than doing conversions. 

The new line is a format... protocols don't matter here...
I still think the library should allow the user to create this format directly.

Lets get out of the scope of Google or others... The new line is a great format 
it allows you to take a "row" in the middle of the file and see it. You don't 
need to read 1gb file into parser in order to see it you can use copy 1 row... 
We are adopting this format for all our jsons, so it would be nice to get the 
service directly from the library.

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue34529>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to