Skip to content

Commit 4dd05a7

Browse files
committed
Strip other random TIND metadata
1 parent dd5c454 commit 4dd05a7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

caltechdata_api/decustomize_schema.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,8 @@ def decustomize_schema(json_record):
209209

210210
others = ['files', 'id', 'owners', 'pid_value', 'control_number', '_oai',
211211
'_form_uuid', 'electronic_location_and_access', 'access_right',
212-
'embargo_date','license']
212+
'embargo_date','license','brief_authors','brief_information_bar',
213+
'brief_subtitle','brief_title','brief_summary']
213214
for v in others:
214215
if v in json_record:
215216
del json_record[v]

0 commit comments

Comments
 (0)