Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tansen87/csv-tool
Convert CSV encoding to another encoding format
https://github.com/tansen87/csv-tool
csv encoding gui
Last synced: about 2 months ago
JSON representation
Convert CSV encoding to another encoding format
- Host: GitHub
- URL: https://github.com/tansen87/csv-tool
- Owner: tansen87
- License: mit
- Created: 2024-10-21T13:25:46.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-21T13:34:48.000Z (3 months ago)
- Last Synced: 2024-10-21T21:55:31.684Z (3 months ago)
- Topics: csv, encoding, gui
- Language: TypeScript
- Homepage:
- Size: 5.81 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# csv-tool
> Convert CSV encoding to another encoding format
### Operating environment
- Node.js 18+
- pnpm 8.x+
- Python3.8-3.11### screenshot
![homepage](/demo/homepage.png)
### install
```shell
pnpm run init
```### dev
```shell
pnpm run start
```### build
```shell
pnpm run build:folder
```### thanks
* [PPX](https://github.com/pangao1990/PPX)
* [vue-relaxed-admin](https://github.com/shoppingzh/vue-relaxed-admin)