Skip to content

MieszkoP/TaskJoiner

Repository files navigation

TaskJoiner

This is a program for creating Join commands in a database

main.py is the code that is executed when the program is started. It uses code contained in functions.py. The tests were performed in the file test.py. File /dist/main/main.exe is executable file. By typing e.g. a command "join SmallTable1.csv SmallTable2.csv key2to1 inner" into it you can get the database. Database is safed in file NewTable.csv.

Example: "join SmallTable1.csv SmallTable2.csv key2to1 right"

after_join

where, SmallTable1.csv: smalltable1

and SmallTable2.csv: smalltable2

About

This is a program for creating Join commands in a database

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors