Class SPARQLResultsCSVMappingStrategy

  • All Implemented Interfaces:
    com.opencsv.bean.MappingStrategy<BindingSet>

    public class SPARQLResultsCSVMappingStrategy
    extends SPARQLResultsXSVMappingStrategy
    Implements a MappingStrategy to allow opencsv to work in parallel. This is where the input is converted into BindingSets.
    • Constructor Detail

      • SPARQLResultsCSVMappingStrategy

        public SPARQLResultsCSVMappingStrategy​(ValueFactory valueFactory)
    • Method Detail

      • captureHeader

        public void captureHeader​(com.opencsv.CSVReader reader)
                           throws java.io.IOException
        Throws:
        java.io.IOException
      • populateNewBean

        public BindingSet populateNewBean​(java.lang.String[] line)