Skip to content

Commit 8896178

Browse files
Add column split operation for materialWikidata
Added a new operation to split the 'materialWikidata' column by separator.
1 parent 93898de commit 8896178

1 file changed

Lines changed: 15 additions & 0 deletions

File tree

‎instructions/wikidata-upload/030-match-ds-to-wikidata-entities.json‎

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,20 @@
3434
"keyColumnName": "signature",
3535
"separator": "|",
3636
"description": "Join multi-valued cells in column materialWikidata"
37+
},
38+
{
39+
"op": "core/column-split",
40+
"engineConfig": {
41+
"facets": [],
42+
"mode": "row-based"
43+
},
44+
"columnName": "materialWikidata",
45+
"guessCellType": true,
46+
"removeOriginalColumn": true,
47+
"mode": "separator",
48+
"separator": "|",
49+
"regex": false,
50+
"maxColumns": 0,
51+
"description": "Split column materialWikidata by separator"
3752
}
3853
]

0 commit comments

Comments
 (0)