Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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)