https://github.com/cityssm/mpac-yetf-to-sqlite
A tool to convert an MPAC Year-End tax file (YETF) into a SQLite database, compatible with reporting tools.
https://github.com/cityssm/mpac-yetf-to-sqlite
mpac mpac-yetf powerbi property-assessment property-tax reporting sqlite
Last synced: about 1 month ago
JSON representation
A tool to convert an MPAC Year-End tax file (YETF) into a SQLite database, compatible with reporting tools.
- Host: GitHub
- URL: https://github.com/cityssm/mpac-yetf-to-sqlite
- Owner: cityssm
- License: mit
- Created: 2023-02-09T18:27:58.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-05-15T15:13:33.000Z (about 3 years ago)
- Last Synced: 2025-03-28T01:51:08.419Z (about 1 year ago)
- Topics: mpac, mpac-yetf, powerbi, property-assessment, property-tax, reporting, sqlite
- Language: TypeScript
- Homepage:
- Size: 474 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# MPAC YETF to SQLite Database
A command line tool that converts an MPAC Year-End Tax File (YETF)
into a SQLite database file, compatible with reporting tools
like Microsoft Excel and Microsoft Power BI.
The command line tool uses another project from the City of Sault Ste. Marie,
[cityssm/node-mpac-yetf](https://github.com/cityssm/node-mpac-yetf)
to handle the parsing, and simply writes the results to an easier-to-use file.
## Usage
_This application requires Node 14 or better._
node index --inputFile yetf_2022.txt --outputFile yetf.db