Running stardog-admin from stardog studio - possible?

I am new to stardog. My server is deployed and running on linux. My studio is poininting to linux instance.

I need to run the following command:
stardog-admin virtual import myDB mappings.ttl input.csv

Can I run from the above command from studio?

Thanks,
Radu

You'll need to run that from the command line.

Zach,

Thanks for your answer.

What if use a CSV JDBC driver for a csv - http://csvjdbc.sourceforge.net/doc.html?

Would then I be able to do all the work in studio?

Regards,
Radu

Stardog has built in support for csv mappings.

Everything will work just fine in studio once you’ve added the virtual graph. Adding a mapping is an admin command that needs to be run from the command line. Once it’s added it you can access the virtual graph from studio just like you would any other named graph.

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