Hello To Dan's point this request for assistance is probably too generic for anyone to offer a meaningful response just now. I'd point out you don't need to be thinking about how to integrate it with specific processors such as those you list. By virtue of creating your own RecordReader implementation all such processors will automatically be able to use it. So you can simplify your question to "How do I build a record reader?". To that end it is probably best to start with an existing RecordReader and work it from there.
Thanks On Thu, May 11, 2023 at 7:35 AM Dan S <[email protected]> wrote: > Abhik Lodh, do you have specific questions? > > On Thu, May 11, 2023 at 10:29 AM Abhik Lodh <[email protected]> > wrote: > > > Hi, > > I am writing this mail because I wanted to create a custom Record Reader > > in NiFi that parses ASCII files (or any other currently unsupported file > > format) but I’m having a very hard time creating a custom controller > > service that does this while integrating with ConvertRecord, UpdateRecord > > and ValidateRecord just like other RecordReaders. > > > > Could anyone help me out with this? > > > > Thanks and regards, > > Abhik Lodh > > >
