Class CsvFieldWriter

  • All Implemented Interfaces:
    io.atlasmap.spi.AtlasFieldWriter

    public class CsvFieldWriter
    extends Object
    implements io.atlasmap.spi.AtlasFieldWriter
    • Constructor Detail

      • CsvFieldWriter

        public CsvFieldWriter​(CsvConfig csvConfig)
    • Method Detail

      • getDocument

        public io.atlasmap.v2.Document getDocument()
      • write

        public void write​(io.atlasmap.spi.AtlasInternalSession session)
                   throws io.atlasmap.api.AtlasException
        Write is not performed until after the whole target document is ready and toCsv is called.
        Specified by:
        write in interface io.atlasmap.spi.AtlasFieldWriter
        Parameters:
        session -
        Throws:
        io.atlasmap.api.AtlasException
      • toCsv

        public String toCsv()
                     throws io.atlasmap.api.AtlasException
        Throws:
        io.atlasmap.api.AtlasException