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

CSV printing #48

Closed
wants to merge 4 commits into from
Closed

CSV printing #48

wants to merge 4 commits into from

Conversation

obelisk
Copy link
Collaborator

@obelisk obelisk commented Oct 7, 2019

This adds a CSV printer. It's not done yet because it still has commas at the end of each line and doesn't check if a string contains commas meaning they will go unescaped.

It also simplifies the printing code so there is only a single array of print modes instead of an array and an enum. This works because go can switch on strings by magic.

@obelisk obelisk added inprogress UX For things relating to the experience of someone using goquery labels Oct 7, 2019
@obelisk obelisk changed the title Csv printing CSV printing Oct 7, 2019
@obelisk
Copy link
Collaborator Author

obelisk commented Oct 19, 2019

This is too out of date, will come back to it later. There are more important things to do.

@obelisk obelisk closed this Oct 19, 2019
@obelisk obelisk deleted the csv_printing branch November 6, 2019 00:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
inprogress UX For things relating to the experience of someone using goquery
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants