AtomGraph / LinkedDataHub

The low-code Knowledge Graph application platform. Apache license.

Home Page:https://atomgraph.github.io/LinkedDataHub/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Import CSV: did not find 'Target container' input box

FNakano opened this issue · comments

Hello!
In create New -> CSV Import I did not find a target container input box (as indicated in video https://youtu.be/vkuO6RiTW9s?list=PLnDXST4pVcQQr-j3YXrVvGRP46E2Nnn5l, 3min 26s). I believed has Container would be the same but it is not.
After creating the CSV Import, its parent container showed the CSV Import description. I expected it would contain a sequence of countries, similar to the sequence of places in the video at 4:30.

Captura de tela de 2022-10-31 15-57-26

What am I missing?

@FNakano that video is quite out of date I'm afraid... We'll try to make a new version soon.

The "Target container" is gone. Now it's the CONSTRUCT query that controls explicitly what container the document attaches to using the sioc:has_container property. See some CSV import query examples:
https://github.com/AtomGraph/LinkedDataHub-Apps/blob/master/demo/northwind-traders/queries/imports/

Let me know if this helps. And thank you for your effort :)