-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpreprocessing_config.json
More file actions
62 lines (62 loc) · 1.67 KB
/
preprocessing_config.json
File metadata and controls
62 lines (62 loc) · 1.67 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
{
"mappings": {
"channel": "*.properties.channel",
"initiatorsLabel": "*.properties.sender",
"initiator": "*.uuid",
"initiatorID": "*.uuid",
"initiatorLabel": "*.properties.sender",
"timestamp": "*.timestamp",
"EventType": "*.event",
"case:enduser": "*.uuid",
"case:journey": "*.uuid",
"receiver": "*.uuid",
"receiverLabel": "*.properties.subject",
"receiversID": "*.uuid",
"receiversLabel": "*.properties.subject"
},
"static_values": {
"case:LogID": "L1",
"initiator": "bookis",
"initiatorID": "bookis",
"initiatorLabel": "bookis",
"initiatorsLabel": "bookis"
},
"auto_generate": {
"Id": "Auto-increment (numeric)"
},
"skip_fields": [
"dateStart",
"ObjectCreator",
"Deltadate",
"ObjectSize",
"case:Analysis",
"ratingComment",
"dateReceiver",
"ratingScore",
"case:journeyStatus",
"dateCompleted",
"case:reference",
"case:journeyTitle",
"dateOriginated",
"case:journeyShortSummary",
"case:AnalysisPrediction",
"ObjectName",
"Duration",
"case:experineceDescription",
"dateConsumed",
"case:journeyLongSummary",
"case:experienceRating",
"case:compliance"
],
"csv_columns": [
"*.event",
"*.timestamp",
"*.uuid",
"*.properties.subject",
"*.properties.channel",
"*.properties.sender",
"*.properties.$current_url",
"*.properties.$pathname",
"*.properties.$set.$current_url"
]
}