Guides
Working notes on getting structured data out of utility bills, and on the parts that go wrong quietly.
Conversion
Getting bills out of PDF and into something you can work with.
Understanding the data
What the fields on a utility bill actually mean.
- Account Number vs Meter Number vs Service ID on a Utility Bill
Account number, meter number, and service point ID are not interchangeable. What each one means, how utilities label them, and which to key your data on.
Read → - What Data to Extract From a Utility Bill: A Field-by-Field Schema
A field-by-field schema for utility bill extraction: identity, dates, usage, money, and derived values, with snake_case names, types, and unit handling.
Read →
Validation
Telling the difference between data that is correct and data that looks correct.
Have hundreds of bills every month?
At some point the manual version stops being worth it. MeterID collects, validates, and delivers utility bill data for multi-site portfolios, including the missing-bill detection and AP handoff that spreadsheets never quite manage.
See MeterID