-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path090-name-finalize.json
More file actions
205 lines (205 loc) · 7.22 KB
/
090-name-finalize.json
File metadata and controls
205 lines (205 loc) · 7.22 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
[
{
"op": "core/column-addition",
"engineConfig": {
"facets": [],
"mode": "row-based"
},
"baseColumnName": "recon-organization",
"expression": "grel:cell.recon.match.name",
"onError": "set-to-blank",
"newColumnName": "organization-label",
"columnInsertIndex": 8,
"description": "Create column organization-label at index 8 based on column recon-organization using expression grel:cell.recon.match.name"
},
{
"op": "core/column-addition",
"engineConfig": {
"facets": [],
"mode": "row-based"
},
"baseColumnName": "recon-organization",
"expression": "grel:cell.recon.match.id",
"onError": "set-to-blank",
"newColumnName": "organization-qid",
"columnInsertIndex": 9,
"description": "Create column organization-qid at index 9 based on column recon-organization using expression grel:cell.recon.match.id"
},
{
"op": "core/column-addition",
"engineConfig": {
"facets": [],
"mode": "row-based"
},
"baseColumnName": "organization-qid",
"expression": "grel:if(isNonBlank(cells[\"organization-qid\"]),\"organization\",\"\")",
"onError": "set-to-blank",
"newColumnName": "instance-of-organization",
"columnInsertIndex": 9,
"description": "Create column instance-of-organization at index 9 based on column organization-qid using expression grel:if(isNonBlank(cells[\"organization-qid\"]),\"organization\",\"\")"
},
{
"op": "core/column-addition",
"engineConfig": {
"facets": [],
"mode": "row-based"
},
"baseColumnName": "organization-label",
"expression": "join ([coalesce(cells['organization-label'].value,''),coalesce(cells['human-label'].value,'')],'')",
"onError": "keep-original",
"newColumnName": "authorized_label_add",
"columnInsertIndex": 7,
"description": "Create column authorized_label_add at index 7 based on column organization-label using expression join ([coalesce(cells['organization-label'].value,''),coalesce(cells['human-label'].value,'')],'')"
},
{
"op": "core/column-addition",
"engineConfig": {
"facets": [],
"mode": "row-based"
},
"baseColumnName": "instance-of-organization",
"expression": "join ([coalesce(cells['instance-of-organization'].value,''),coalesce(cells['instance-of-human'].value,'')],'')",
"onError": "keep-original",
"newColumnName": "instance_of_add",
"columnInsertIndex": 8,
"description": "Create column instance_of_add at index 8 based on column instance-of-organization using expression join ([coalesce(cells['instance-of-organization'].value,''),coalesce(cells['instance-of-human'].value,'')],'')"
},
{
"op": "core/column-addition",
"engineConfig": {
"facets": [],
"mode": "row-based"
},
"baseColumnName": "organization-qid",
"expression": "join ([coalesce(cells['organization-qid'].value,''),coalesce(cells['human-qid'].value,'')],'')",
"onError": "keep-original",
"newColumnName": "structured_value_add",
"columnInsertIndex": 9,
"description": "Create column structured_value_add at index 9 based on column organization-qid using expression join ([coalesce(cells['organization-qid'].value,''),coalesce(cells['human-qid'].value,'')],'')"
},
{
"op": "core/column-removal",
"columnName": "instance-of-human",
"description": "Remove column instance-of-human"
},
{
"op": "core/column-removal",
"columnName": "human-qid",
"description": "Remove column human-qid"
},
{
"op": "core/column-removal",
"columnName": "instance-of-organization",
"description": "Remove column instance-of-organization"
},
{
"op": "core/column-removal",
"columnName": "organization-qid",
"description": "Remove column organization-qid"
},
{
"op": "core/column-removal",
"columnName": "human-label",
"description": "Remove column human-label"
},
{
"op": "core/column-removal",
"columnName": "organization-label",
"description": "Remove column organization-label"
},
{
"op": "core/column-removal",
"columnName": "recon-organization",
"description": "Remove column recon-organization"
},
{
"op": "core/column-removal",
"columnName": "recon-human",
"description": "Remove column recon-human"
},
{
"op": "core/text-transform",
"engineConfig": {
"facets": [],
"mode": "row-based"
},
"columnName": "authorized_label",
"expression": "join ([coalesce(cells['authorized_label'].value,''),coalesce(cells['authorized_label_add'].value,'')],'')",
"onError": "keep-original",
"repeat": false,
"repeatCount": 10,
"description": "Text transform on cells in column authorized_label using expression join ([coalesce(cells['authorized_label'].value,''),coalesce(cells['authorized_label_add'].value,'')],'')"
},
{
"op": "core/text-transform",
"engineConfig": {
"facets": [],
"mode": "row-based"
},
"columnName": "instance_of",
"expression": "join ([coalesce(cells['instance_of'].value,''),coalesce(cells['instance_of_add'].value,'')],'')",
"onError": "keep-original",
"repeat": false,
"repeatCount": 10,
"description": "Text transform on cells in column instance_of using expression join ([coalesce(cells['instance_of'].value,''),coalesce(cells['instance_of_add'].value,'')],'')"
},
{
"op": "core/text-transform",
"engineConfig": {
"facets": [],
"mode": "row-based"
},
"columnName": "structured_value",
"expression": "join ([coalesce(cells['structured_value'].value,''),coalesce(cells['structured_value_add'].value,'')],'')",
"onError": "keep-original",
"repeat": false,
"repeatCount": 10,
"description": "Text transform on cells in column structured_value using expression join ([coalesce(cells['structured_value'].value,''),coalesce(cells['structured_value_add'].value,'')],'')"
},
{
"op": "core/column-removal",
"columnName": "authorized_label_add",
"description": "Remove column authorized_label_add"
},
{
"op": "core/column-removal",
"columnName": "instance_of_add",
"description": "Remove column instance_of_add"
},
{
"op": "core/column-removal",
"columnName": "structured_value_add",
"description": "Remove column structured_value_add"
},
{
"op": "core/text-transform",
"engineConfig": {
"facets": [],
"mode": "row-based"
},
"columnName": "workflow_current",
"expression": "grel:\"NAME RECON STEP 9: FINALIZED \"+now()",
"onError": "keep-original",
"repeat": false,
"repeatCount": 10,
"description": "Text transform on cells in column workflow_current using expression grel:\"NAME RECON STEP 9: FINALIZED \"+now()"
},
{
"op": "core/text-transform",
"engineConfig": {
"facets": [],
"mode": "row-based"
},
"columnName": "workflow_history",
"expression": "grel:value + \" | \" + cells[\"workflow_current\"].value",
"onError": "keep-original",
"repeat": false,
"repeatCount": 10,
"description": "Text transform on cells in column workflow_history using expression grel:value + \" | \" + cells[\"workflow_current\"].value"
},
{
"op": "core/column-removal",
"columnName": "workflow_current",
"description": "Remove column workflow_current"
},
]