I am trying to load data from the below input to db.
My input is as shown below
i, John, $100
ii, Kevin, $150
iii, Steve, $200
Created getfile, ReplaceAttributes, Extracttext, Route to attributes, putsql flow
I have managed to parse fixed width file records and replaced with comma delimited values. ExtractText processor with Enable Multiline Mode=true, Enable DOTALL Mode=true. After execution I see below in provenance event in attributes tab
line i
line.0 John
line.1 $100
Please advise how to load other two records which was not getting displayed in the attributes.