def run(self, articleList):
     tableObj = ArticleListToTable(self.options).run(articleList)
     return tableoutput.table2json(tableObj, colnames=True)
Example #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)
Example #4
0
 def run(self, tableObj):
     return tableoutput.table2json(tableObj, colnames=True)