4125f676dd2082594c6fd04012989a5e857b657a
[deliverable/tracecompass.git] / tmf / org.eclipse.tracecompass.tmf.core.tests / testfiles / txt / testTxtDefinition.xml
1 <?xml version="1.0" encoding="UTF-8" standalone="no"?>
2 <CustomTxtTraceDefinitionList>
3 <Definition name="testtxt">
4 <TimeStampOutputFormat>Tn</TimeStampOutputFormat>
5 <InputLine>
6 <Cardinality max="2147483647" min="0"/>
7 <RegEx>(\S*\s\S*) (.*\S)</RegEx>
8 <InputData action="0" format="dd/MM/yyyy HH:mm:ss:SSS" name="Timestamp" tag="TIMESTAMP"/>
9 <InputData action="0" format="" name="Message" tag="MESSAGE"/>
10 <InputLine>
11 <Cardinality max="2147483647" min="0"/>
12 <RegEx>(.*\S)</RegEx>
13 <InputData action="2" tag="MESSAGE"/>
14 </InputLine>
15 </InputLine>
16 <OutputColumn name="Timestamp" tag="TIMESTAMP"/>
17 <OutputColumn name="Message" tag="MESSAGE"/>
18 </Definition>
19 <Definition name="testtxtevname">
20 <InputLine>
21 <Cardinality max="2147483647" min="0"/>
22 <RegEx>(\d*) (.*\S)?</RegEx>
23 <EventType>DefaultName</EventType>
24 <InputData action="0" format="Tn" name="Timestamp" tag="TIMESTAMP"/>
25 <InputData action="0" name="Event type" tag="EVENT_TYPE"/>
26 <InputLine>
27 <Cardinality max="2147483647" min="0"/>
28 <RegEx>(.*\S)</RegEx>
29 <InputData action="2" name="Message" tag="MESSAGE"/>
30 </InputLine>
31 </InputLine>
32 <OutputColumn name="Timestamp" tag="TIMESTAMP"/>
33 <OutputColumn name="Event type" tag="EVENT_TYPE"/>
34 </Definition>
35 </CustomTxtTraceDefinitionList>
This page took 0.030757 seconds and 4 git commands to generate.