Class UploadNormalization

  • All Implemented Interfaces:
    IUploadStep

    public class UploadNormalization
    extends java.lang.Object
    implements IUploadStep
    Trims and NULL-ifies columns in rowcol table which are of type NUMERIC, DATE or TIMESTAMP according to mapping information.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void process()  
      • Methods inherited from class java.lang.Object

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

      • UploadNormalization

        public UploadNormalization​(UploadControl uc,
                                   java.lang.String userId)