You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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!"); });
The text was updated successfully, but these errors were encountered:
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!"); });
The text was updated successfully, but these errors were encountered: