net.datacrow.core.migration.itemimport
Class CsvImporter
java.lang.Object
net.datacrow.core.migration.ItemMigrater
net.datacrow.core.migration.itemimport.ItemImporter
net.datacrow.core.migration.itemimport.CsvImporter
public class CsvImporter
- extends ItemImporter
Constructor Summary |
CsvImporter(int moduleIdx,
int mode)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
_SEPERATOR
public static final java.lang.String _SEPERATOR
- See Also:
- Constant Field Values
_CHARACTER_SET
public static final java.lang.String _CHARACTER_SET
- See Also:
- Constant Field Values
CsvImporter
public CsvImporter(int moduleIdx,
int mode)
throws java.lang.Exception
- Throws:
java.lang.Exception
getSettingKeys
public java.util.Collection<java.lang.String> getSettingKeys()
- Description copied from class:
ItemImporter
- The official settings which can be used in combination with the
specific source reader implementation.
- Overrides:
getSettingKeys
in class ItemImporter
requiresMapping
public boolean requiresMapping()
- Overrides:
requiresMapping
in class ItemImporter
initialize
protected void initialize()
throws java.lang.Exception
- Specified by:
initialize
in class ItemMigrater
- Throws:
java.lang.Exception
getTask
public DcThread getTask()
- Specified by:
getTask
in class ItemMigrater
getSupportedFileTypes
public java.lang.String[] getSupportedFileTypes()
- Specified by:
getSupportedFileTypes
in class ItemImporter
getName
public java.lang.String getName()
- Specified by:
getName
in class ItemMigrater