Package io.atlasmap.csv.core
Class CsvFieldWriter
java.lang.Object
io.atlasmap.csv.core.CsvFieldWriter
- All Implemented Interfaces:
AtlasFieldWriter
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptiontoCsv()
void
write
(AtlasInternalSession session) Write is not performed until after the whole target document is ready and toCsv is called.
-
Constructor Details
-
CsvFieldWriter
-
-
Method Details
-
getDocument
-
write
Write is not performed until after the whole target document is ready and toCsv is called.- Specified by:
write
in interfaceAtlasFieldWriter
- Parameters:
session
-- Throws:
AtlasException
-
toCsv
- Throws:
AtlasException
-