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

Add to_csv to view object #149

Closed
wants to merge 4 commits into from
Closed

Add to_csv to view object #149

wants to merge 4 commits into from

Conversation

segarman
Copy link
Contributor

@segarman segarman commented Jul 9, 2018

WIP, will write tests once I can get a local build of perspective

@@ -541,12 +518,6 @@ view.prototype.to_json = async function(options) {

let data;

if (options.format && options.format === "table") {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

removed this since it will break anyways, prev line 558 was always calling data.push which will fail if data was an object

@texodus texodus mentioned this pull request Jul 10, 2018
@texodus
Copy link
Member

texodus commented Jul 10, 2018

I've rebased and merged these in #150 - thanks!

@texodus texodus closed this Jul 10, 2018
texodus pushed a commit that referenced this pull request Apr 7, 2019
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.

2 participants