Hi All,
Is it possible to wrap the data in the rows to be encapsulated by double quotes using csv codec plugin.
Currently I am getting:
Column1|Column2|Column3
Data1|Data2|""
Expectation:
"Column1"|"Column2"|"Column3"
"Data1"|"Data2"|""
Thanks
Uzair