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

CSVReporter: Properly double quote field #514

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

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