Expand description
Result formatting for export_query (CSV / JSON / SQL-INSERT).
Ported from core CoreHandlers.rowsToCsv / rowsToSqlInsert.
Enums§
Functions§
- columns_
from_ rows - Extract column order from the first row object; empty if no rows.
- rows_
to_ csv - rows_
to_ sql_ insert