python项目==一个web项目,配置模板指定文件清洗规则,调用模板规则清洗文件

代码地址

一个小工具。

一个web项目,配置模板指定文件清洗规则,调用模板规则清洗文件

https://github.com/hebian1994/csv-transfer-all

技术栈:

SQLite

python flask

vue3+ elementplus

功能介绍:

A WEB tool for cleaning CSV:

​ 1-a template for configuring cleaning methods,

FUNCTION NAME DETAILS
-Header line number
-Rows num delete from head
-Rows num delete from tail
-Columns delete
-Columns rename
-Columns transfer: Replace value\Subtring value\Transfer data format\Adjusting Decimal Precision

​ 2-using the template to clean specified files

相关推荐
@一枝梅9 分钟前
vue3 vite.config.js 引入bem.scss文件报错
javascript·rust·vue·scss
秦少游在淮海10 分钟前
C++ - string 的使用 #auto #范围for #访问及遍历操作 #容量操作 #修改操作 #其他操作 #非成员函数
开发语言·c++·stl·string·范围for·auto·string 的使用
const54418 分钟前
cpp自学 day2(—>运算符)
开发语言·c++
心扬19 分钟前
python生成器
开发语言·python
mouseliu25 分钟前
python之二:docker部署项目
前端·python
阿蒙Amon26 分钟前
06. C#入门系列【自定义类型】:从青铜到王者的进阶之路
开发语言·c#
虾球xz29 分钟前
CppCon 2015 学习:CLANG/C2 for Windows
开发语言·c++·windows·学习
狂小虎42 分钟前
亲测解决self.transform is not exist
python·深度学习
Python智慧行囊44 分钟前
Python 中 Django 中间件:原理、方法与实战应用
python·中间件·架构·django·开发