Skip to content

game-sales-analytics/prepper

Repository files navigation

Prepper

Games sales analytics application initial dataset cleaner and parser CLI application. Given dataset.csv, the initial dataset for game sales data, it parses, validates, and cleans up the dataset, generating clean-dataset.json, as the output ready to be consumed by the application services. It also generates a file named invalids.json which contains information about the invalid entries of the dataset.csv which were removed during the cleanup stage.