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!"
- - - -

Example 2 - Schema with Excel Header Line

- -

- 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. -