Merge branch 'master' into staging

This commit is contained in:
yflory
2018-10-25 14:00:05 +02:00
2 changed files with 48 additions and 1 deletions

View File

@@ -59,7 +59,7 @@ define([
return res;
};
module.main = function (userDoc, cb) {
var content = userDoc.content;
var content = userDoc.content || userDoc.table;
var csv;
try {
csv = module.getCSV(content);