Closed FelikZ closed 9 years ago
Is it possible to specify output quotes format?
Currently I get strings like this as output:
"Company ""Some-subtitle"""
And I need to post-process this to output:
`Company "Some-subtitle"`
for example.
This seams to be not a problem - it is standard thing in CSV format. Sorry.
Is it possible to specify output quotes format?
Currently I get strings like this as output:
And I need to post-process this to output:
for example.