Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Even though the field names may be present in a flow file whose schema is to be inferred by CSVReader, if there are no records in the flow file the data types of the fields cannot be ascertained. This causes the schema to be empty and can result in unwanted behavior in processors such as QueryRecord and ConvertRecord.
Instead the schema inference should assume all fields are of string types, such that a "best-effort" schema is generated for use by the processors.
Attachments
Issue Links
- links to