Tabular
tabular
Tabular strategy — convert homogeneous list[dict] to pipe-separated table.
TabularStrategy
Bases: SmeltStrategy
Convert JSON arrays of objects to pipe-separated tables.
Source code in packages/axm-smelt/src/axm_smelt/strategies/tabular.py
apply(ctx)
Convert homogeneous list[dict] to pipe-separated tables.
Uses ctx.parsed when available to skip
json.loads. Recurses into nested dicts to tabularize
inner arrays.