This is an automated email from the ASF dual-hosted git repository.
exceptionfactory pushed a commit to branch support/nifi-1.x
in repository https://gitbox.apache.org/repos/asf/nifi.git
The following commit(s) were added to refs/heads/support/nifi-1.x by this push:
new 1f7662ce0b NIFI-12677 Removed documentation of non-existent strategy
for ExcelReader
1f7662ce0b is described below
commit 1f7662ce0b1d88b8d33d629524ff96ddcab6010a
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]>
(cherry picked from commit 592cc420599df8456a2e658e3653ae1403d30ed6)
---
.../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>