Github user markap14 commented on the issue:
https://github.com/apache/nifi/pull/2003
@Wesley-Lawrence sorry - i must have missed the email that you'd commented
on the PR. Sorry I didn't notice until now. So I think that what you're
proposing here is that we should have a property named "Schema Text Format" on
the readers/writers, in addition to "Schema Text", and the Schema Text Format
would tell the service how to parse the "Schema Text." For example, there would
be two options: "Avro" and "String Column Names". In addition to this, we could
potentially also introduce a new Schema Registry as I described above. This
means that for one-off types of schemas, such as when we have a CSV file and we
only need to use the schema once, we don't have to go to the trouble of
creating a Schema Registry and adding entries to it - we'd just set the column
names (optionally using Expression Language) in the Reader. And we would add
this capability to JSON, etc. as well.
Does that all sound accurate? Just want to make sure that we are on the
same page here.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---