https://github.com/epomatti/excel2flatfile
Converts an Excel file to a flat file.
https://github.com/epomatti/excel2flatfile
csv flat-file nodejs
Last synced: about 1 year ago
JSON representation
Converts an Excel file to a flat file.
- Host: GitHub
- URL: https://github.com/epomatti/excel2flatfile
- Owner: epomatti
- License: mit
- Created: 2021-08-05T20:46:09.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-06T01:08:42.000Z (almost 4 years ago)
- Last Synced: 2025-01-17T18:41:58.361Z (about 1 year ago)
- Topics: csv, flat-file, nodejs
- Language: JavaScript
- Homepage:
- Size: 58.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Excel to Flat-file
[](https://github.com/epomatti/excel-to-flatfile/actions/workflows/main.yml)
A embedded Node App that converts an Excel file to a flat file.
I used this example to configure auto-publish to GitHub Packages services.
## Local development / Testing
```
mkdir .tmp
mv test.env .env
```
Testing
```
yarn test
```
## Distribution
1. Run [release.ps1](distribution/windows/release.ps1) file on a Windows machine.
2. Configure `.env` file. You must set the `DISTRIBUTION_CENTER` variable.
A workspace is configured for automatic release.