Untitled
unknown
plain_text
a year ago
334 B
12
Indexable
// result: INFOTABLE dataShape: "NetworkConnectionWithTemplate"
let network = Networks["TestNetwork"].GetNetworkConnections({
maxDepth: undefined /* NUMBER */
});
network.rows.forEach((row)=>{
row.from=row.from.substring(row.from.indexOf('_')+1);
row.to=row.to.substring(row.to.indexOf('_')+1);
});
result=network;
Editor is loading...
Leave a Comment