debrief / KnimeInvestigation

Placeholder used to manage collection of tasks investigating applicability of Knime for ad-hoc data analysis of Debrief-like data.
Eclipse Public License 1.0
0 stars 0 forks source link

Composite file types #3

Open IanMayo opened 7 years ago

IanMayo commented 7 years ago

The following zip file contains a single text file.

The text file is an example of a data-file that contains a range of message types. In this instance the message types are distinguished by the first word on the line. So, a ;RECT: line is a message describing a rectangle.

The task here is to produce two datasets. One will be the list of CIRCLE entries, and the other will be the list of DYNAMIC_RECT entries.

The data on each line doesn't need to be processed.

shapes.rep.zip

dmschauer commented 7 years ago

Here is a workflow that matches CIRCLE and DYNAMIC_RECT entries respectively and accordingly creates two separate lists. The regular expressions used in the nodes follow the same syntax as regular expressions in Java.

KNIME_UPWORK_composite_file_types.zip