Class CsvQueryModule

  • All Implemented Interfaces:
    IQueryModule

    public class CsvQueryModule
    extends Object
    implements IQueryModule
    Version:
    Nov 23, 2015
    Author:
    Axel-C. Ngonga Ngomo (ngonga@informatik.uni-leipzig.de), Mohamed Sherif (sherif@informatik.uni-leipzig.de)
    • Constructor Detail

      • CsvQueryModule

        public CsvQueryModule​(KBInfo kbinfo)
    • Method Detail

      • setSeparation

        public void setSeparation​(String s)
      • fillCache

        public void fillCache​(ACache c)
        Read a CSV file and write the content in a cache. The first line is the name of the properties.
        Specified by:
        fillCache in interface IQueryModule
        Parameters:
        c - Cache in which the content is to be written
      • fillAllInCache

        public void fillAllInCache​(ACache c)
        Read a CSV file and write the content in a cache. The first line is the name of the properties.
        Parameters:
        c - Cache in which the content is to be written