Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
wtetzner
on May 4, 2022
|
parent
|
context
|
favorite
| on:
Why isn’t there a decent file format for tabular d...
CSV should be pretty easy to merge, given that it’s line based.
jayd16
on May 4, 2022
|
next
[–]
Although it's the easiest, same row cell changes still conflict unnecessarily.
wtetzner
on May 15, 2022
|
parent
|
next
[–]
Interestingly, tables in XML would be easy to merge, as long as they're formatted with one cell per line. E.g.
<table> <row> <cell>1</cell> <cell>45</cell> </row> </table>
themadturk
on May 4, 2022
|
prev
[–]
We use Subversion to manage CSV files pretty much constantly.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: