Skip to content

Commit 38ebbf9

Browse files
committed
additional field to drop
Signed-off-by: John Seekins <[email protected]>
1 parent 6dab0e3 commit 38ebbf9

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

file_utils.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ def export_to_file(
1919

2020
full_name = f"{filename}.{file_type}"
2121
csv_filtered_keys = [
22+
"_repaired_record",
2223
"raw_scrape",
2324
"wikipedia.search_query",
2425
"wikidata.search_query",

0 commit comments

Comments
 (0)