Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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