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 Details

    • PropertyFunctionFactoryCsvParse

      public PropertyFunctionFactoryCsvParse()
  • Method Details

    • create

      public org.apache.jena.sparql.pfunction.PropertyFunction create(String uri)
      Specified by:
      create in interface org.apache.jena.sparql.pfunction.PropertyFunctionFactory