hello, one stackoverflow answer suggested to configure property "Record Reader"-> "Csv Reader". Property of Controller Service (Csv Reader), "Schema Access Strategy" to be "Use String Fields from header". This helped.
You are telling about Avro Schema. Could you please give some insights. How to configure that?
Also I have one more different topic question. Say I have a file having 100 records. In this file I want to ignore the first line as it's data I do not want to process. I want to process from second line. How to do that?
Thanks