Class PropertyFunctionFactoryCsvParse
java.lang.Object
org.aksw.jena_sparql_api.sparql.ext.csv.PropertyFunctionFactoryCsvParse
- All Implemented Interfaces:
org.apache.jena.sparql.pfunction.PropertyFunctionFactory
public class PropertyFunctionFactoryCsvParse
extends Object
implements org.apache.jena.sparql.pfunction.PropertyFunctionFactory
Function for parsing a given CSV resource as a stream of JSON objects
By default, the resource will be attempted to parse as EXCEL csv.
{
<schema://url/to/data> csv:parse ?rowAsJson .
<schema://url/to/data> csv:parse (?rowAsJson ["options"])
}
- Author:
- raven
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PropertyFunctionFactoryCsvParse
public PropertyFunctionFactoryCsvParse()
-
-
Method Details
-
create
- Specified by:
createin interfaceorg.apache.jena.sparql.pfunction.PropertyFunctionFactory
-