CSV Template

<< Click to Display Table of Contents >>

 

CSV Template

A CSV Template allows processing values separated by semicolons. Values, timestamps, and qualities to extract from a message must be replaced by keywords. The next code contains an example of a message in CSV format.

10/18/2016 22:30:45; 22BAC23OOP10; "High Level";98,3;m

 

The next code contains an example of a Template for this format, to link to a Block Tag with four Block Elements.

TS_TEXT(%m/%d/%y %H:%M:%S);E3VAL;E3VAL;E3VAL;E3VAL

Was this page useful?