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

If you specify the table it does not work #3

Open
kumord opened this issue Mar 4, 2021 · 0 comments
Open

If you specify the table it does not work #3

kumord opened this issue Mar 4, 2021 · 0 comments

Comments

@kumord
Copy link

kumord commented Mar 4, 2021

If you specify the name of the table in the options it does not work you get an undefined error.

This section calls table.name when it needs to be table as it's a string.
return util.exportTable(table.name, options.outputDirectory).then(function () { options.log && console.log(table.name + " CSV file exported!"); });

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

No branches or pull requests

1 participant