That makes sense. You may want to take into consideration the following
lifted from the spec:
The name portion of a fullname, record field names, and enum symbols must:
- start with [A-Za-z_]
- subsequently contain only [A-Za-z0-9_]
Thus, you may want to replace any other characters with perhaps a "_". It
wold be nice if the kiteSDK or another Avro processor provided an option to
substitute illegal characters with a valid on.
Hope that helps.
Andrew
On Wed, Jun 22, 2016 at 12:21 PM, pradeepbill <[email protected]>
wrote:
> I probably will replace incoming json text "Blah_bc_sc-status" to
> "Blah_bc_sc_status" and then operate on it,
>
> THanks
> Pradeep
>
>
>
> --
> View this message in context:
> http://apache-nifi-developer-list.39713.n7.nabble.com/KITESDK-fails-creation-of-schema-tp12105p12113.html
> Sent from the Apache NiFi Developer List mailing list archive at
> Nabble.com.
>
--
Thanks,
Andrew
Subscribe to my book: Streaming Data <http://manning.com/psaltis>
<https://www.linkedin.com/pub/andrew-psaltis/1/17b/306>
twiiter: @itmdata <http://twitter.com/intent/user?screen_name=itmdata>