techquarter / dataswamp

0 stars 0 forks source link

[Data Loader] Create CSV Loader #1

Closed cstefanache closed 5 years ago

cstefanache commented 5 years ago

Crete CSV loader and parser.

operation: loadFile(path)

  1. On load the parser will have to identify the number of columns (and names if exist)
  2. Loader will call the data layer in order to create the storage structure
  3. For each row in the structure
    1. loader calls analytics component to compute column type
    2. loader calls data layer to insert row in the database