linkedpipes / discovery-legacy

The LinkedPipes Discovery implementation here is deprecated and replaced by a new one.
1 stars 3 forks source link

Discovery CSV header mismatch #18

Closed jakubklimek closed 6 years ago

jakubklimek commented 6 years ago

The CSV file produced for each discovery has 11 columns defined in the header, but the data has only 8 columns and it is not clear which column is what.

"discoveryId","appGroup","dataSourcesGroup","extractorsGroup","dataSampleGroup","dataSources","transformerCount","extractors","transformers","app","iterationNumber"```
"fbe9c8df-102b-46a3-99ac-2f03934be1d3","https://ruian.linked.opendata.cz/sparql template","0","SparqlConstructExtractor","","Timeline with periods of time Application","1","/discovery/fbe9c8df-102b-46a3-99ac-2f03934be1d3/execute/f52f6d7f-8ad6-4aa5-bd75-bd03ad9d8e1d"
jirihelmich commented 6 years ago

Partially fixed, not sure what should be in cols "dataSourcesGroup", "extractorsGroup" and "dataSampleGroup". Numbering of those groups?