Skip to content
This repository was archived by the owner on Oct 19, 2021. It is now read-only.

CSVReporter: Properly double quote field#514

Open
swang wants to merge 1 commit intoclutchski:masterfrom
swang:escape_quotes_in_csv_reporter
Open

CSVReporter: Properly double quote field#514
swang wants to merge 1 commit intoclutchski:masterfrom
swang:escape_quotes_in_csv_reporter

Conversation

@swang
Copy link
Collaborator

@swang swang commented Oct 7, 2015

Follows this http://tools.ietf.org/html/rfc4180 in regards to using
double quotes around fields that can have commas or spaces, as well as
using two quotes ("") to escape inside a field's value

Closes #298

Follows this http://tools.ietf.org/html/rfc4180 in regards to using
double quotes around fields that can have commas or spaces, as well as
using two quotes ("") to escape inside a field's value

Closes clutchski#298
@UziTech
Copy link

UziTech commented Jan 14, 2020

Further development on coffeelint will be on coffeelint/coffeelint and will be released as @coffeelint/cli.

This PR will be tracked at coffeelint/coffeelint#14

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CSVReporter generates invalid CSV

2 participants