TravelWriterProfile (Analytic Filter)

Description

The TravelWriterProfile filter very similar to TravelWriter - it's used to write values when items are in a certain point in your process or physical location.

The primary difference is that this version of the filter uses multiple columns as an input.

Parameters

NameDefaultMeaning
Channel<blank>The column to use as the moving/state-changing axis
Min0The minimum element in the array
Max100The maximum element in the array
FunctionmaxThe function (min or max) that determines which value is stored in each array element

Example

<filter type="TravelWriterProfile">
     <channel>Position</channel>
     <min>0</min>
     <max>5</max>
     <function>min</function>
</filter>

Records the a value as Position changes over a range of 0-5

Example Input Sequence

Input

IndexPositionABCDEF
07:00:001101214182025
07:00:050101213182024
07:00:101111212182023
07:00:152101211182022
07:00:202101210182021

Output

Index012345
07:00:20101210nannannan