oeg-upm / mapeathor

Translator of spreadsheet mappings into R2RML, RML or YARRRML
https://morph.oeg.fi.upm.es/tool/mapeathor
Apache License 2.0
30 stars 10 forks source link

Relational databases as source #29

Open fyedro opened 2 years ago

fyedro commented 2 years ago

When the data source is a table, the YML file shows the line corresponding to the source field as:

sources: 
  - [name_of-the_table~SQL2008]

this does not work when transforming the YML file to an RML file. The problem is fixed by modifying the YML file manually as follows:

sources: 
  - table: name_of-the_table

Is it possible that this line was generated this way directly from Mapeathor?

dachafra commented 2 years ago

I think the problem is when the excel mapping wants to be translated to YARRRML-R2RML, instead of RML. Bug identified and reproduced