Uses of Interface
org.openrefine.importing.FormatGuesser
-
Packages that use FormatGuesser Package Description org.openrefine.importers org.openrefine.importing -
-
Uses of FormatGuesser in org.openrefine.importers
Classes in org.openrefine.importers that implement FormatGuesser Modifier and Type Class Description class
BinaryFormatGuesser
class
LineBasedFormatGuesser
class
TextFormatGuesser
-
Uses of FormatGuesser in org.openrefine.importing
Methods in org.openrefine.importing that return types with arguments of type FormatGuesser Modifier and Type Method Description static Map<String,List<FormatGuesser>>
FormatRegistry. getFormatToGuessers()
Methods in org.openrefine.importing with parameters of type FormatGuesser Modifier and Type Method Description static void
FormatRegistry. registerFormatGuesser(String format, FormatGuesser guesser)
-