3.2.0

Import CSV into ActiveWidgets v2.0 b3

I am using ActiveWidgets v2.0 b3 and am trying to import a .CSV or .TXT file. Currently I can only find the example of using:

var myData = [
["MSFT","Microsoft", "314,571.156", "32,187.000", "55000"],
["ORCL", "Oracle Corporation", "62,615.266", "9,519.000", "40650"],
["etc"],
];


I would like to just import the data similar to AW v1.0:

table.setURL("runtime/data/sales.csv");


Is this even possible?
cmodesign
December 6,

This topic is archived.

See also:


Back to support forum