Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 16 days 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-05-15T15:13:33.000Z (over 1 year ago)
- Last Synced: 2024-01-28T03:03:12.307Z (11 months ago)
- Topics: mpac, mpac-yetf, powerbi, property-assessment, property-tax, reporting, sqlite
- Language: TypeScript
- Homepage:
- Size: 474 KB
- Stars: 0
- Watchers: 2
- 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