###################### fileRead ###################### Generate a fact about each of the rows of a CSV file. The CSV format needs to be compatible with the CSVs generated with fileWrite. The delimiter must be ';' and both strings and empty fields must be quoted. The first line of the file must contain the column names. ************* Configuration ************* ======= ======= =========== Option Type Description ======= ======= =========== path String A valid path leading to a valid CSV file. ======= ======= =========== ****** Output ****** Fields available in the output depend on the contents of the CSV. The CSV header determines the name of each field.