# JSON → CSV demo

This dependency-free Node.js utility demonstrates the kind of bounded data
processing offered by CashForge. It maps dotted JSON paths to explicit CSV
columns, handles arrays or a top-level `rows` array, quotes commas/newlines,
and returns a deterministic row count.

```bash
node json-to-csv-demo.mjs json-to-csv-demo-input.json output.csv json-to-csv-demo-mapping.json
```

The checked-in sample produces `json-to-csv-demo-output.csv`. No credentials,
network access, or social-account access are required.
