A tool allow to convert from different data source (flatfile, xml, excel, json, SQLServer, MySQL) to save into a single destination data source. This tool is inspired from SSIS (SQLServer Integration Services)
database
: Database used for this project.engine
: Engine for opening, reading, converting data sourcesui
: ui file of Qt designer + generated python filewidgets
: Bussines for each screen
- run powershell script
compile_ui.ps1
to compile.ui
file automatically.
pip freeze > requirements.txt
- integer
- string
- date
- float
- Flatfile
- XML
- CSV
- JSON
- MySQL
- SQL Server
if fail when install pyodbc
in ubuntu, install package with command:
sudo apt-get install unixodbc-dev
after install, install pyodbc
with pip
:
pip isntall pyodbc