Virtual import csv - nothing happens

Just trying to replicate the online example of cars for virtual import.

I follow the instructions as per example following commands, for each one, the output is just the name of the file cars.ttl and nothing is imported into the db hs_cars. Same thing when I supply the properties file.
No error messages either. Just nothing happens.
Any help will be appreciated.
Thanks
Huss

d:\Test>docker exec -it 1b0d96c37be3 /opt/stardog/bin/stardog-admin virtual import hs_cars cars.ttl cars.csv
cars.ttl

d:\Test>docker exec -it 1b0d96c37be3 /opt/stardog/bin/stardog-admin virtual import hs_cars cars_autogenerate.properties cars.ttl cars.csv
cars_autogenerate.properties

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.