Skip to content

Commit

Permalink
prop type
Browse files Browse the repository at this point in the history
  • Loading branch information
nvmbrasserie committed Dec 19, 2024
1 parent ee7fad3 commit 7c005bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/normalization.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
# if i >= 5000: # Stop after processing x rows
# break
for row in reader:
if row["prop"] == "name" and row["schema"] in [
if row["prop_type"] == "name" and row["schema"] in [
"Company",
"Organization",
]:
Expand Down

0 comments on commit 7c005bd

Please sign in to comment.