public class CsvFieldWriter extends Object implements io.atlasmap.spi.AtlasFieldWriter
Constructor and Description |
---|
CsvFieldWriter(CsvConfig csvConfig) |
Modifier and Type | Method and Description |
---|---|
io.atlasmap.v2.Document |
getDocument() |
String |
toCsv() |
void |
write(io.atlasmap.spi.AtlasInternalSession session)
Write is not performed until after the whole target document is ready and toCsv is called.
|
public CsvFieldWriter(CsvConfig csvConfig)
public io.atlasmap.v2.Document getDocument()
public void write(io.atlasmap.spi.AtlasInternalSession session) throws io.atlasmap.api.AtlasException
write
in interface io.atlasmap.spi.AtlasFieldWriter
session
- io.atlasmap.api.AtlasException
public String toCsv() throws io.atlasmap.api.AtlasException
io.atlasmap.api.AtlasException
Copyright © 2021 JBoss by Red Hat. All rights reserved.