> ## Documentation Index
> Fetch the complete documentation index at: https://dhanurgo.mintlify.site/llms.txt
> Use this file to discover all available pages before exploring further.

# EZPass Toll CSV

> EZPass toll transaction CSV format

# EZPass Toll CSV

CSV format exported from EZPass account portals (covers Northeast US toll facilities).

<Note>
  Download a sample file: [ezpass-toll-sample.csv](/samples/ezpass-toll-sample.csv)
</Note>

## Field Reference

| CSV Column | DB Column          | Type    | Description                          |
| ---------- | ------------------ | ------- | ------------------------------------ |
| Date       | `transaction_date` | date    | Date of toll transaction             |
| Time       | `transaction_time` | text    | Time of transaction                  |
| Plaza      | `plaza_name`       | text    | Toll plaza location                  |
| Agency     | `roadway`          | text    | Operating agency (mapped to roadway) |
| Amount     | `amount`           | numeric | Toll amount (USD)                    |
| Tag ID     | `tag_number`       | text    | EZPass transponder ID                |
| Plate      | `plate`            | text    | License plate number                 |

## Common Agencies

| Code   | Full Name                                 |
| ------ | ----------------------------------------- |
| PANYNJ | Port Authority of NY & NJ                 |
| NJTPK  | New Jersey Turnpike Authority             |
| NJTA   | New Jersey Turnpike Authority (alternate) |
| MTA    | Metropolitan Transportation Authority     |
| NYSTA  | New York State Thruway Authority          |

## Date Handling

Same rules as NTTA — dates stored as-is in Eastern Time. See [Timezone Handling](/business-rules/timezone-handling) for details.
