Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added new writer configuration option 'quoteAll' #47

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Commits on Apr 2, 2022

  1. Added new writer configuration option 'quoteAll'

    So you can now do:
    
        let encoder = CSVEncoder {
          // ...
          $0.quoteAll = true
        }
    
    ...with the effect that each field is quoted in the output regardless
    of whether it needs to be escaped. This may be useful for round-trip
    testing where the input file contains redundant quotation marks.
    JamesWidman committed Apr 2, 2022
    Configuration menu
    Copy the full SHA
    3b3c73f View commit details
    Browse the repository at this point in the history