-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy path120-subject-finalize.json
More file actions
198 lines (198 loc) · 6.59 KB
/
120-subject-finalize.json
File metadata and controls
198 lines (198 loc) · 6.59 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
[
{
"op": "core/column-addition",
"engineConfig": {
"facets": [],
"mode": "row-based"
},
"baseColumnName": "recon-subject",
"expression": "grel:cell.recon.match.id",
"onError": "set-to-blank",
"newColumnName": "subject-fast-3",
"columnInsertIndex": 6,
"description": "Create column subject-fast-3 at index 6 based on column recon-subject using expression grel:cell.recon.match.id"
},
{
"op": "core/column-addition",
"engineConfig": {
"facets": [],
"mode": "row-based"
},
"baseColumnName": "recon-subject",
"expression": "grel:cell.recon.match.name",
"onError": "set-to-blank",
"newColumnName": "subject-label-3",
"columnInsertIndex": 6,
"description": "Create column subject-label-3 at index 6 based on column recon-subject using expression grel:cell.recon.match.name"
},
{
"op": "core/multivalued-cell-join",
"columnName": "subject-fast-3",
"keyColumnName": "row_index",
"separator": "|",
"description": "Join multi-valued cells in column subject-fast-3"
},
{
"op": "core/multivalued-cell-join",
"columnName": "subject-label-3",
"keyColumnName": "row_index",
"separator": "|",
"description": "Join multi-valued cells in column subject-label-3"
},
{
"op": "core/column-addition",
"engineConfig": {
"facets": [],
"mode": "row-based"
},
"baseColumnName": "subject-fast-1",
"expression": "grel:join([cells[\"subject-fast-1\"].value,cells[\"subject-fast-2\"].value,cells[\"subject-fast-3\"].value],\"|\")",
"onError": "set-to-blank",
"newColumnName": "structured_value_add",
"columnInsertIndex": 6,
"description": "Create column structured_value_add at index 6 based on column subject-fast-1 using expression grel:join([cells[\"subject-fast-1\"].value,cells[\"subject-fast-2\"].value,cells[\"subject-fast-3\"].value],\"|\")"
},
{
"op": "core/column-addition",
"engineConfig": {
"facets": [],
"mode": "row-based"
},
"baseColumnName": "subject-label-1",
"expression": "grel:join([cells[\"subject-label-1\"].value,cells[\"subject-label-2\"].value,cells[\"subject-label-3\"].value],\"|\")",
"onError": "set-to-blank",
"newColumnName": "authorized_label_add",
"columnInsertIndex": 6,
"description": "Create column authorized_label_add at index 6 based on column subject-label-1 using expression grel:join([cells[\"subject-label-1\"].value,cells[\"subject-label-2\"].value,cells[\"subject-label-3\"].value],\"|\")"
},
{
"op": "core/multivalued-cell-join",
"columnName": "structured_value_add",
"keyColumnName": "row_index",
"separator": "|",
"description": "Join multi-valued cells in column structured_value_add"
},
{
"op": "core/multivalued-cell-join",
"columnName": "authorized_label_add",
"keyColumnName": "row_index",
"separator": "|",
"description": "Join multi-valued cells in column authorized_label_add"
},
{
"op": "core/column-removal",
"columnName": "subject-fast-3",
"description": "Remove column subject-fast-3"
},
{
"op": "core/column-removal",
"columnName": "subject-fast-2",
"description": "Remove column subject-fast-2"
},
{
"op": "core/column-removal",
"columnName": "subject-fast-1",
"description": "Remove column subject-fast-1"
},
{
"op": "core/column-removal",
"columnName": "subject-label-3",
"description": "Remove column subject-label-3"
},
{
"op": "core/column-removal",
"columnName": "subject-label-2",
"description": "Remove column subject-label-2"
},
{
"op": "core/column-removal",
"columnName": "subject-label-1",
"description": "Remove column subject-label-1"
},
{
"op": "core/multivalued-cell-join",
"columnName": "recon-subject",
"keyColumnName": "row_index",
"separator": "|",
"description": "Join multi-valued cells in column recon-subject"
},
{
"op": "core/column-removal",
"columnName": "recon-subject",
"description": "Remove column recon-subject"
},
{
"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/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/column-removal",
"columnName": "structured_value_add",
"description": "Remove column structured_value_add"
},
{
"op": "core/column-removal",
"columnName": "authorized_label_add",
"description": "Remove column authorized_label_add"
},
{
"op": "core/text-transform",
"engineConfig": {
"facets": [],
"mode": "row-based"
},
"columnName": "workflow_current",
"expression": "grel:\"SUBJECT RECON, STEP 12: FINALIZED \"+now()",
"onError": "keep-original",
"repeat": false,
"repeatCount": 10,
"description": "Text transform on cells in column workflow_current using expression grel:\"SUBJECT RECON, STEP 12: 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/multivalued-cell-join",
"columnName": "workflow_current",
"keyColumnName": "row_index",
"separator": "|",
"description": "Join multi-valued cells in column workflow_current"
},
{
"op": "core/column-removal",
"columnName": "workflow_current",
"description": "Remove column workflow_current"
}
]