Skip to content

Implementation of inner join between two .csv files using external merge sort.

Notifications You must be signed in to change notification settings

AndreyKoltsov1997/CsvFilesConcatenator

Repository files navigation

Csv Files Concadenator

The app uses 2 implimentations of concadenating function: RAM-depended and RAM-independent.

Input

File gets 2 argumets as parameters. In the repo they're called "INPUT_A.csv" and "INPUT_B.csv". Both .csv files format should be defined as number-string. If numbers (which are the keys) are equal, the strings would be concadenated. Result is going to be in "result.csv".

About

Implementation of inner join between two .csv files using external merge sort.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published