That input is just invalid as CSV for any parser. You end a quoted col without following with a col separator. What would the intended parsing be and how would it work?
On Wed, Jan 4, 2023 at 4:30 AM Saurabh Gulati <saurabh.gul...@fedex.com> wrote: > > @Sean Owen <sro...@gmail.com> Also see the example below with quotes > feedback: > > "a","b","c" > "1","",",see what ""I did""," > "2","","abc" > >