|
|
|
|
|
by londons_explore
1500 days ago
|
|
JSON is an exchange format... sqlite is an exchange format... even protocol buffers are an exchange format... CSV is only an exchange format if there is no user generated strings in the data... If there are, then you'll almost certainly screw up the encoding when someones name has a newline or comma or speech mark in it, or some obscure unicode etc. Even moreso if awk is part of your toolkit. |
|