Files
drassi adbca874ab fix: handle array-of-arrays in CSV formatter (#288)
* fix: handle array-of-arrays in CSV formatter

The CSV formatter assumed all items were JSON objects when collecting
column names. APIs that return arrays of arrays (e.g. Sheets values)
produced empty newlines instead of data.

Add an early return path for non-object arrays that emits each inner
array's elements as CSV cells directly, mirroring the table formatter's
existing "array of non-objects" handling.

Fixes #283

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>

* test: add coverage for flat scalar CSV formatting

---------

Co-authored-by: Dan Rassi <129646+drassi@users.noreply.github.com>
Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-10 15:26:06 -06:00
..
2026-03-09 00:21:14 +00:00
2026-03-05 18:03:20 -08:00
2026-03-05 18:03:20 -08:00
2026-03-02 17:26:21 -07:00
2026-03-05 23:36:21 +00:00