Enforce Double quotes using csv codec plugin

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

No, the codec does not provide a way to set the force_quotes option when encoding a line.

This topic was automatically closed 28 days after the last reply. New replies are no longer allowed.