Hi everyone,

I'm trying to figure out how to supply the opts value (inout opts any,
defined in sponger hook) as part of a sparql select.

Without the options a sponger call (for instance to csv cartridge) can be
made as:

sparql select * from <https://some_location/some_file.csv>  where {?o ?p ?s}

The above works as expected and returns the triples.  I've modified the csv
sponger cartridge to allow non-standard delimiters to be specified from the
Sponger Cartridge Options in the Virtuoso Conductor interface.

How can I specify those options via the above sparl select query?

Many thanks,
Peter

Reply via email to