This is an automated email from the ASF dual-hosted git repository.

exceptionfactory pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/nifi.git


The following commit(s) were added to refs/heads/main by this push:
     new 592cc42059 NIFI-12677 Removed documentation of non-existent strategy 
for ExcelReader
592cc42059 is described below

commit 592cc420599df8456a2e658e3653ae1403d30ed6
Author: dan-s1 <[email protected]>
AuthorDate: Mon Jan 29 21:24:34 2024 +0000

    NIFI-12677 Removed documentation of non-existent strategy for ExcelReader
    
    This closes #8310
    
    Signed-off-by: David Handermann <[email protected]>
---
 .../additionalDetails.html                                  | 13 -------------
 1 file changed, 13 deletions(-)

diff --git 
a/nifi-nar-bundles/nifi-poi-bundle/nifi-poi-services/src/main/resources/docs/org.apache.nifi.excel.ExcelReader/additionalDetails.html
 
b/nifi-nar-bundles/nifi-poi-bundle/nifi-poi-services/src/main/resources/docs/org.apache.nifi.excel.ExcelReader/additionalDetails.html
index 9b784e340f..561d43afec 100644
--- 
a/nifi-nar-bundles/nifi-poi-bundle/nifi-poi-services/src/main/resources/docs/org.apache.nifi.excel.ExcelReader/additionalDetails.html
+++ 
b/nifi-nar-bundles/nifi-poi-bundle/nifi-poi-services/src/main/resources/docs/org.apache.nifi.excel.ExcelReader/additionalDetails.html
@@ -302,18 +302,5 @@ first customer!"<br />
                        </tr>
                </body>
        </table>
-
-
-
-       <h3>Example 2 - Schema with Excel Header Line</h3>
-
-       <p>
-               When  data consists of a header line whose columns are 
indicative of all the datatypes of those columns in the rest of the Excel 
spreadsheet, the reader provides
-               a couple of different properties for configuring how to handle 
these column names. The
-               "Schema Access Strategy" property as well as the associated 
properties ("Schema Registry," "Schema Text," and
-               "Schema Name" properties) can be used to specify how to obtain 
the schema. If the "Schema Access Strategy" is set
-               to "Use Fields From Header" then the header line of the first 
chosen Excel sheet will be used to determine the schema. Otherwise,
-               a schema will be referenced elsewhere and the column names 
specified in those schemas will be used instead of the cell numbers.
-       </p>
     </body>
 </html>

Reply via email to