Uploaded image for project: 'AdMaxLocal'
  1. AdMaxLocal
  2. AML-225

SMB Data Loader: improve process for adding new data types or modifying current data type definitions

    Details

    • Type: Task
    • Status: Open
    • Priority: Minor
    • Resolution: Unresolved
    • Affects Version/s: None
    • Fix Version/s: Data Loader 1.0
    • Component/s: None
    • Labels:
      None

      Description

      Currently, there are multiple steps needed to modify a current data type (such as adding a new column) :
      1. modify the <type>-config.xml file to add the new column, and any validation information
      2. modify the <type>Validator class to add the new column
      3. modify the Create Table statement in StagingAreaDriver#tableStatement to reflect the change

      Projected fix:
      1. Not a bug - this was a feature to allow relatively easy changes to data types
      2. Factor out the enum that names the columns, pull column number from <type>-config.xml
      3. Pull these statements out of the code, move to external SQL scripts

        Attachments

          Issue Links

            Activity

              People

              • Assignee:
                Unassigned
                Reporter:
                chris.sims Chris Sims (Inactive)
              • Votes:
                0 Vote for this issue
                Watchers:
                2 Start watching this issue

                Dates

                • Created:
                  Updated: