Open IanMayo opened 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.
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