zazuko / cube-creator

A tool to create RDF cubes from CSV files
GNU Affero General Public License v3.0
11 stars 2 forks source link

Project cannot be imported in INT #1434

Closed ortnever closed 1 year ago

ortnever commented 1 year ago

I tried to import a project from PROD to INT but an error occured.

To Reproduce

  1. Export project "ubd0066" from PROD
  2. Import it as new Project with new Name and new id in INT

image

tpluscode commented 1 year ago

Uh, took me a moment to figure out because the message is quite misleading here again.

The problem is that the mappings for some columns in table Station have datatype xsd:int which is not in the allowed set. Instead, xsd:integer in expected.

If I recall correctly, some time in ago we made that change. I see it was in 2021. This project likely predates the change?

To make it work, please adjust the columns and then export.