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

cell_to_csv for double quote escaping changed all tr to gsub #212

Merged
merged 1 commit into from
May 28, 2015
Merged

cell_to_csv for double quote escaping changed all tr to gsub #212

merged 1 commit into from
May 28, 2015

Conversation

samhowley
Copy link
Contributor

As discussed in this issue :

#158

In cell_to_csv tr is not escaping double quote characters correctly, replaced with call to gsub.

tr is not escaping double quote characters correctly, replaced with call to gsub.
@coveralls
Copy link

Coverage Status

Coverage remained the same at 93.63% when pulling ea40775 on samhowley:master into e7216e2 on roo-rb:master.

@stevendaniels
Copy link
Contributor

Thanks. Could you add a test for a properly formatted csv file with quotes in a field?

test/test_generic_spreadsheet.rb has some related tests / data that you can work from.

@samhowley
Copy link
Contributor Author

Hi Steven,

Yes I will write the test as soon as I have some time in the next few days.

Cheers
Sam

On Mon, May 4, 2015 at 3:05 PM, Steven Daniels notifications@github.com
wrote:

Thanks. Could you add a test for a properly formatted csv file with quotes
in a field?

test/test_generic_spreadsheet.rb has some related tests / data that you
can work from.


Reply to this email directly or view it on GitHub
#212 (comment).

Cheers
Sam Howley
Canberra Australia
Co-Founder, Lead Developer
www.KitchenCoster.com

@mikdiet
Copy link

mikdiet commented May 27, 2015

👍 It solves my problem with quotes inside cell

@stevendaniels stevendaniels merged commit ea40775 into roo-rb:master May 28, 2015
@stevendaniels
Copy link
Contributor

Thanks. Merged

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants