NIFI-12677 Removed documentation of non-existent strategy for ExcelReader

This closes #8310

Signed-off-by: David Handermann <exceptionfactory@apache.org>
This commit is contained in:
dan-s1 2024-01-29 21:24:34 +00:00 committed by exceptionfactory
parent 03b925629e
commit 592cc42059
No known key found for this signature in database
GPG Key ID: 29B6A52D2AAE8DBA
1 changed files with 0 additions and 13 deletions

View File

@ -302,18 +302,5 @@ first customer!"<br />
</tr> </tr>
</body> </body>
</table> </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> </body>
</html> </html>