Uploaded image for project: 'Apache Hop (Retired)'
  1. Apache Hop (Retired)
  2. HOP-4638

Allow deprecated enum values to be remapped in metadata properties

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Resolved
    • Major
    • Resolution: Fixed
    • None
    • 2.2.0
    • API, Metadata
    • None

    Description

      Older Excel Input metadata has a spreadsheet type "JXL" which we no longer use.

      This value was silently mapped to POI.  We need to do this more explicitly  in the Hop metadata properties like:

      @HopMetadataProperty(
      enumNameWhenNotFound = "POI",
      key = "spreadsheet_type",
      injectionKey = "SPREADSHEET_TYPE",
      injectionKeyDescription = "ExcelInput.Injection.SPREADSHEET_TYPE")
      private SpreadSheetType spreadSheetType;

      Attachments

        Activity

          People

            mcasters Matt Casters
            mcasters Matt Casters
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: