is it possible to get the query output as csv in wrangler?
is it possible to get the query output as csv in wrangler?
jq you can convert JSON input to CSV output in your terminal, though

wrangler release (3.4.0): https://developers.cloudflare.com/d1/learning/time-travel/
[248, 15, 244, 44, 190, 134, 199, 60, 153, 194, 10, 101, 112, 55, 185, 241]:sqlite3 utility isn't any better (it just obliterates your terminal with binary data), so I don't have much of a suggestion, other than the behavior should probably have a length limit. Perhaps anything 32 bytes and fewer could be shown in a hex representation, and anything bigger should just show a <Binary Data> placeholder
wrangler3.4.0[248, 15, 244, 44, 190, 134, 199, 60, 153, 194, 10, 101, 112, 55, 185, 241]sqlite3<Binary Data>