dolt icon indicating copy to clipboard operation
dolt copied to clipboard

Output 'conflicts cat' to csv

Open ericmock opened this issue 2 years ago • 1 comments

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.

image

ericmock avatar Dec 06 '22 00:12 ericmock

Unlikely to get to this very soon. We're focusing on SQL not the CLI.

timsehn avatar Dec 06 '22 16:12 timsehn

dolt sql -r csv select * from dolt_conflicts_<tablename> is the workaround here and for most things CSV.

timsehn avatar Apr 14 '23 20:04 timsehn

I think the workaround is sufficient in this case.

timsehn avatar Nov 03 '23 18:11 timsehn