Uploaded image for project: 'Apache NiFi'
  1. Apache NiFi
  2. NIFI-12491

ExcelReader - new Schema Access strategy: Use String Fields From Header

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Open
    • Major
    • Resolution: Unresolved
    • 1.23.2
    • None
    • Core Framework
    • None

    Description

      ExcelReader  needs an ability similar to CSVReader to "Use String Fields From Header" as a Schema Access Strategy.

      Current implementation has:
      1. Use Schema Name/Schema Text - this option relies on the order of the columns. Possible issues - order of the columns change, but types dont. This cause further calculations to be erroneous.

      2. Infer Schema - replaces real column names with column_1,column_2 etc - this again loses the "context" of the column and forces us to rely on how columns are ordered.
      Any workarounds make workflow more complicated.

       

       

       

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              iiojj2 Philipp Korniets
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated: