def run(self, articleList):
     tableObj = ArticleListToTable(self.options).run(articleList)
     return tableoutput.table2json(tableObj, colnames=True)
Esempio n. 2
0
 def run(self, articleList):
     tableObj = ArticleListToTable(self.options).run(articleList)
     return tableoutput.table2json(tableObj, colnames=True)
 def run(self, tableObj):
     return tableoutput.table2json(tableObj, colnames=True)
Esempio n. 4
0
 def run(self, tableObj):
     return tableoutput.table2json(tableObj, colnames=True)