Member since
10-26-2018
5
Posts
0
Kudos Received
0
Solutions
01-17-2019
01:50 PM
@Haider Naveed You can use QueryRecord processor and select all the rows which don't have the backslash character using ApacheCalcite sql syntax. (or) Using RouteText processor add the matching regex (or) other Matching Strategies to identify the backslash character from the file.
... View more
10-26-2018
12:34 PM
Hi @Haider Naveed Have you confirmed that the Controller Services used by the processor (either the Record Reader or Record Reader) are enabled? You can navigate to them using the arrow icon that is next to each on the Properties Tab of ConvertRecord. I wrote a tutorial on using Convert Record (https://community.hortonworks.com/articles/115311/convert-csv-to-json-avro-xml-using-convertrecord-p.html) where you might find some helpful info/screenshots.
... View more