Class DBFParser

  • All Implemented Interfaces:
    Serializable, org.apache.tika.parser.Parser

    public class DBFParser
    extends org.apache.tika.parser.AbstractParser
    This is a Tika wrapper around the DBFReader.

    This reads many dbase3 file variants (not DBASE 7, yet!).

    It caches the first 10 rows and then runs encoding dectection on the "character" cells.

    See Also:
    Serialized Form
    • Constructor Detail

      • DBFParser

        public DBFParser()
    • Method Detail

      • getSupportedTypes

        public Set<org.apache.tika.mime.MediaType> getSupportedTypes​(org.apache.tika.parser.ParseContext context)