AtomGraph / LinkedDataHub

The low-code Knowledge Graph application platform. Apache license.
https://atomgraph.github.io/LinkedDataHub/
Apache License 2.0
485 stars 122 forks source link

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

Closed FNakano closed 1 year ago

FNakano commented 1 year ago

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?

namedgraph commented 1 year ago

@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 :)