https://github.com/tansen87/encoding_convert
Convert CSV encoding to another encoding format
https://github.com/tansen87/encoding_convert
csv encoding gui
Last synced: about 1 year ago
JSON representation
Convert CSV encoding to another encoding format
- Host: GitHub
- URL: https://github.com/tansen87/encoding_convert
- Owner: tansen87
- License: mit
- Created: 2024-10-21T13:25:46.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-10-21T13:34:48.000Z (over 1 year ago)
- Last Synced: 2025-01-28T11:40:00.546Z (about 1 year 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

### 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)