Compare commits
5
Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
4bfcd9ba9a | ||
|
|
674470ceb6 | ||
|
|
6f62c25f47 | ||
|
|
3fb3db1cc4 | ||
|
|
e39aef2935 |
@@ -239,7 +239,7 @@ class OfstedInspectionsStream(Stream):
|
||||
record = {}
|
||||
for field, col in col_map.items():
|
||||
val = row.get(col, None)
|
||||
if pd.isna(val):
|
||||
if pd.isna(val) or val == 'NULL':
|
||||
val = None
|
||||
record[field] = val
|
||||
|
||||
|
||||
Reference in New Issue
Block a user