Package io.atlasmap.csv.module
Class CsvModule
java.lang.Object
io.atlasmap.core.BaseAtlasModule
io.atlasmap.csv.module.CsvModule
- All Implemented Interfaces:
AtlasModuleMXBean,AtlasModule
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncloneField(Field field) isSupportedField(Field field) voidvoidvoidvoidvoidprocessPreValidation(AtlasInternalSession session) voidreadSourceValue(AtlasInternalSession session) Read source field value from source document and store into source field object.voidwriteTargetValue(AtlasInternalSession session) Write target field value into target document.Methods inherited from class io.atlasmap.core.BaseAtlasModule
applySourceFieldActions, applyTargetFieldActions, createCollectionHelper, destroy, getClassLoader, getClassName, getCollectionHelper, getConversionService, getDataFormats, getDataSourceMetadata, getDocId, getDocName, getFieldActionService, getMode, getModeName, getName, getPackageNames, getSourceCount, getSourceErrorCount, getSourceMaxExecutionTime, getSourceMinExecutionTime, getSourceSuccessCount, getSourceTotalExecutionTime, getTargetCount, getTargetErrorCount, getTargetMaxExecutionTime, getTargetMinExecutionTime, getTargetSuccessCount, getTargetTotalExecutionTime, getUri, getUriDataType, getUriParameters, getUuid, getVersion, init, isAutomaticallyProcessOutputFieldActions, isSourceSupported, isStatisticsEnabled, isStatisticsSupported, isTargetSupported, listSupportedModes, populateTargetField, processLookupField, processPostValidation, readAndResetStatistics, setAutomaticallyProcessOutputFieldActions, setClassLoader, setConversionService, setDataSourceMetadata, setDocId, setDocName, setFieldActionService, setMode, setStatisticsEnabled, setUri
-
Constructor Details
-
CsvModule
public CsvModule()
-
-
Method Details
-
processPreValidation
- Throws:
AtlasException
-
processPreSourceExecution
- Throws:
AtlasException
-
processPreTargetExecution
- Throws:
AtlasException
-
readSourceValue
Description copied from interface:AtlasModuleRead source field value from source document and store into source field object.- Parameters:
session- current session- Throws:
AtlasException- failed to read source value
-
writeTargetValue
Description copied from interface:AtlasModuleWrite target field value into target document.- Parameters:
session- current session- Throws:
AtlasException- faield to write target field value
-
processPostSourceExecution
- Throws:
AtlasException
-
processPostTargetExecution
- Throws:
AtlasException
-
cloneField
- Throws:
AtlasException
-
isSupportedField
- Specified by:
isSupportedFieldin interfaceAtlasModule- Overrides:
isSupportedFieldin classBaseAtlasModule
-
createField
-