Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Relational databases as source #29

Open
fyedro opened this issue Sep 7, 2021 · 1 comment
Open

Relational databases as source #29

fyedro opened this issue Sep 7, 2021 · 1 comment
Labels
bug Something isn't working

Comments

@fyedro
Copy link

fyedro commented Sep 7, 2021

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
Copy link
Member

dachafra commented Sep 7, 2021

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

@dachafra dachafra added the bug Something isn't working label Sep 7, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants