Skip to content

Commit 3ff0143

Browse files
Enhance merge-new-data.md with detailed JSON recipes
Expanded instructions for duplicate checks and merging new data.
1 parent 8020dbf commit 3ff0143

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

‎instructions/merge-new-data.md‎

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
3. Name file `VALUE-new-DATE`
1414

1515
#### Checking for duplicate rows
16-
4. Apply JSON recipe to conduct a duplicate check based on the `VALUE_as_recorded` column and all other columns that may render the row unique
16+
4. Apply JSON recipe to conduct a duplicate check based on the `VALUE_as_recorded` column and all other columns that may render the row unique:
1717
- for genre data: [JSON][duplicate_check_genre]
1818
- for language data: [JSON][duplicate_check_language]
1919
- for material data: [JSON][duplicate_check_material]
@@ -30,7 +30,7 @@
3030
#### Removing working columns and merging new reconciliations with previous ones in data dictionaries
3131
10. On the `ds_qid_add` column, facet by selecting `Facet -> Customized facets -> Facet by blank`
3232
11. Select `FALSE` for applied facet to `ds_qid_add` column
33-
12. Apply JSON recipe to merge new data values into existing data, remove unnecessary columns, remove whitespace
33+
12. Apply JSON recipe to merge new data values into existing data, remove unnecessary columns, remove whitespace:
3434
- for name data: [JSON][merge-clean-name-recon-data]
3535
- for title data: [JSON][merge-clean-title-recon-data]
3636
- for all other data: [JSON][merge-clean-other-recon-data]

0 commit comments

Comments
 (0)