Class UniVocityFixedDataFormat


@Metadata(firstVersion="2.15.0", label="dataformat,transformation,csv", title="uniVocity Fixed Length") public class UniVocityFixedDataFormat extends UniVocityAbstractDataFormat
Marshal and unmarshal Java objects from and to fixed length records using UniVocity Parsers.
  • Constructor Details

    • UniVocityFixedDataFormat

      public UniVocityFixedDataFormat()
  • Method Details

    • getSkipTrailingCharsUntilNewline

      public String getSkipTrailingCharsUntilNewline()
    • setSkipTrailingCharsUntilNewline

      public void setSkipTrailingCharsUntilNewline(String skipTrailingCharsUntilNewline)
      Whether or not the trailing characters until new line must be ignored.

      The default value is false

    • getRecordEndsOnNewline

      public String getRecordEndsOnNewline()
    • setRecordEndsOnNewline

      public void setRecordEndsOnNewline(String recordEndsOnNewline)
      Whether or not the record ends on new line.

      The default value is false

    • getPadding

      public String getPadding()
    • setPadding

      public void setPadding(String padding)
      The padding character.

      The default value is a space