dolt
dolt copied to clipboard
Output 'conflicts cat' to csv
It would be great to be able to output conflicts to a csv file. In fact, it would be great to be able to make all output a csv.
Stuff like shown below is really hard to work with.
Unlikely to get to this very soon. We're focusing on SQL not the CLI.
dolt sql -r csv select * from dolt_conflicts_<tablename>
is the workaround here and for most things CSV.
I think the workaround is sufficient in this case.