Package com.google.refine.importers.tree
Class ImportParameters
java.lang.Object
com.google.refine.importers.tree.ImportParameters
Deprecated.
2020-07-23 Use the method signatures which take individual parameters instead of this
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected StringDeprecated.protected booleanDeprecated.protected booleanDeprecated.protected booleanDeprecated.protected booleanDeprecated. -
Constructor Summary
ConstructorsConstructorDescriptionImportParameters(boolean trimStrings, boolean storeEmptyStrings, boolean guessCellValueTypes) Deprecated.ImportParameters(boolean trimStrings, boolean storeEmptyStrings, boolean guessCellValueTypes, boolean includeFileSources, String fileSource) Deprecated. -
Method Summary
-
Field Details
-
trimStrings
protected boolean trimStringsDeprecated. -
storeEmptyStrings
protected boolean storeEmptyStringsDeprecated. -
guessDataType
protected boolean guessDataTypeDeprecated. -
includeFileSources
protected boolean includeFileSourcesDeprecated. -
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.
-