# Functions
CompareCSVs takes fOne as base csv dataset and fTwo as changed dataset.
NewCSVBuilder returns new CSVBuilder with no file attached.
# Structs
Compared holds data of two compared csv files, including statistic.
CSVBuilder uses strings.Builder to create CSV lines/cells one by one or in a batch.
Different represents two different rows and list of fields that differ.