Project

General

Profile

Actions

Bug #2050

closed

EMLDataSource output as Ptolemy records

Added by Dan Higgins over 19 years ago. Updated over 19 years ago.

Status:
Resolved
Priority:
Normal
Assignee:
Category:
general
Target version:
Start date:
03/22/2005
Due date:
% Done:

0%

Estimated time:
Bugzilla-Id:
2050

Description

Currently, when an eml2 datasource is dragged to the graph display, a port
appears for each column in the datatable. Each port is given a name
corresponding to the column name in the data table. A sequence of tokens is then
output when the workflow runs, one for each row. The length of the sequence must
be set by 'hand' either in the Director or somewhere else.

In many cases, it would seem appropriate to not output a sequence of tokens, but
rather to include a single token which contains the column name, the number of
rows, and the individual cell data. In Ptolemy/Kepler this can be done with a
record token. The record name is the name of the column, the record contents is
an array which contains the contents of the cells. The array length is the
length of the column.

Actions

Also available in: Atom PDF