Class RowToCsv


  • public class RowToCsv
    extends java.lang.Object
    The RowToCsv class to convert Beam Rows into strings in CSV format.
    • Constructor Summary

      Constructors 
      Constructor Description
      RowToCsv​(java.lang.String csvDelimiter)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getCsvFromRow​(org.apache.beam.sdk.values.Row row)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • RowToCsv

        public RowToCsv​(java.lang.String csvDelimiter)
    • Method Detail

      • getCsvFromRow

        public java.lang.String getCsvFromRow​(org.apache.beam.sdk.values.Row row)