Class ImportParameters

java.lang.Object
com.google.refine.importers.tree.ImportParameters

@Deprecated public class ImportParameters extends Object
Deprecated.
2020-07-23 Use the method signatures which take individual parameters instead of this
  • Field Details

    • trimStrings

      protected boolean trimStrings
      Deprecated.
    • storeEmptyStrings

      protected boolean storeEmptyStrings
      Deprecated.
    • guessDataType

      protected boolean guessDataType
      Deprecated.
    • includeFileSources

      protected boolean includeFileSources
      Deprecated.
    • fileSource

      protected String fileSource
      Deprecated.
  • Constructor Details

    • ImportParameters

      @Deprecated public ImportParameters(boolean trimStrings, boolean storeEmptyStrings, boolean guessCellValueTypes, boolean includeFileSources, String fileSource)
      Deprecated.
    • ImportParameters

      @Deprecated public ImportParameters(boolean trimStrings, boolean storeEmptyStrings, boolean guessCellValueTypes)
      Deprecated.