Closed marioscrock closed 4 years ago
This issue shouldn't be part of the Knowledge Graph Generation process as it is currently out of the scope of the benchmark, it should be achieved in a pre-processing task of the data (only for original data, gtfs-1)
to be tested in the generation process by morph-csv + vig
@daniel-dona could you include this change in the new SQL dump for VIG? the information of the source model is in https://developers.google.com/transit/gtfs/reference?hl=en#calendar_datestxt
solved for exception_type
in the new generator software
L180
exception_type
is not of boolean type since it uses 1 and 2 as values in GTFS. This can cause mixed boolean/string values (1 is converted, 2 no). A function is required during lifting to match gtfs:dateAddition range as boolean or the input files should be changed accordingly.