← Back to Data Exports

CSV Export

Download a CSV file. (This page will later connect to real app data.)
Preview
[
  {
    "id": 1,
    "name": "Example row 1",
    "amount": 1250,
    "currency": "INR"
  },
  {
    "id": 2,
    "name": "Example row 2",
    "amount": 999,
    "currency": "INR"
  }
]