Skip to content

Commit b822162

Browse files
Create 050-reconcile-title-information.json
1 parent 2a6645a commit b822162

1 file changed

Lines changed: 36 additions & 0 deletions

File tree

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"op": "core/column-addition",
3+
"engineConfig": {
4+
"facets": [],
5+
"mode": "row-based"
6+
},
7+
"baseColumnName": "titleStandard",
8+
"expression": "grel:value",
9+
"onError": "set-to-blank",
10+
"newColumnName": "titleWikidata",
11+
"columnInsertIndex": 18,
12+
"description": "Create column titleWikidata at index 18 based on column titleStandard using expression grel:value"
13+
},
14+
{
15+
"op": "core/recon",
16+
"engineConfig": {
17+
"facets": [],
18+
"mode": "row-based"
19+
},
20+
"columnName": "titleWikidata",
21+
"config": {
22+
"mode": "standard-service",
23+
"service": "https://wikidata.reconci.link/en/api",
24+
"identifierSpace": "http://www.wikidata.org/entity/",
25+
"schemaSpace": "http://www.wikidata.org/prop/direct/",
26+
"type": {
27+
"id": "Q386724",
28+
"name": "work"
29+
},
30+
"autoMatch": true,
31+
"batchSize": 10,
32+
"columnDetails": [],
33+
"limit": 0
34+
},
35+
"description": "Reconcile cells in column titleWikidata to type Q386724"
36+
}

0 commit comments

Comments
 (0)