Class UploadToRowColCsv

java.lang.Object
de.businesscode.bcdui.upload.data.steps.UploadToRowColCsv

public class UploadToRowColCsv extends Object
Responsible to insert a CSV file available as BLOB column-wise to staging Detects file encoding (ISO-8859-1, UTF-8 and UTF-16), row and cell boundaries, i.e. cell delimiter and quoteChar Does not convert number or date format, does not detect header
  • Field Details

  • Constructor Details

    • UploadToRowColCsv

      public UploadToRowColCsv(UploadControl uc, de.businesscode.bcdui.upload.data.steps.IUploadToRowColCallback uploadToRowCol)
      Constructor
      Parameters:
      uc -
      uploadToRowCol -
  • Method Details

    • process

      public void process() throws Exception
      Open the file with the given uploadId, split it into rows and cells and write it to bcd_dataupload_staging
      Throws:
      Exception