If you want streaming: https://jsonlines.org/
Consider Using CSV
11–20 of 112 posts
Re: Consider Using CSV
#12Re: Consider Using CSV
#13The only reason, in my eyes, to use CSV is to have easy interoperability with spreadsheet software. If you want streaming: https://jsonlines.org/
Excel compatibility really sux. And Excel is most used one by large. You really can't double click it effectivelly, as everything will be shown as generic type, so you have to mess up with wizard which is also half baked. I have to create tutorials for that for each service using it.
Re: Consider Using CSV
#14With gzip on web server the difference is not important at all. CSV in general is problematic as there is no standard (RFC 4180 is not). In certain contexts this surely can be good solution but definitelly not good in general scenario.
Re: Consider Using CSV
#15Re: Consider Using CSV
#16The author didn't think of any examples with even a bit more complexity. If you have 2-level object nesting, now what?
Re: Consider Using CSV
#17What else do you use if you have to import millions of rows from a client or supplier without direct integration but sftp?
Re: Consider Using CSV
#18Re: Consider Using CSV
#19With gzip on web server the difference is not important at all. CSV in general is problematic as there is no standard (RFC 4180 is not). In certain contexts this surely can be good solution but definitelly not good in general scenario.
As Wikipedia puts it, "CSV is widely used to refer to a large family of formats that differ in many ways". If there's a canonical standard, it appears to be RFC4180: https://www.rfc-editor.org/rfc/rfc4180
From the RFC itself:
Status of This Memo
This memo provides information for the Internet community. It does
not specify an Internet standard of any kind. Distribution of this
memo is unlimited.Re: Consider Using CSV
#20U+241D, U+241E, U+241F