This project provides a tool to parse NEM12 CSV files and generate SQL insert statements for meter readings.
Check out the live demo: https://nem12.vercel.app/
- Visit the live demo or your deployed version.
- Upload your NEM12 CSV file.
- The tool will parse the file and generate SQL insert statements for your meter readings database.
To get started with the project, follow these steps:
-
Clone the repository:
git clone https://github.com/yourusername/nem12-parser.git cd nem12-parser
-
Install dependencies:
npm install
-
Run the development server:
npm run dev
Open http://localhost:3000 with your browser to see the result.
To run the tests, use the following command:
npm run test
To run the tests in watch mode, use the following command:
npm run test:watch
Contributions are welcome! Please open an issue or submit a pull request for any enhancements or bug fixes.
This project is licensed under the MIT License.