Create a sweeper that replaces
- "" empty string -> null
- " " empty spaces -> null
- "null" null string (ignoring case) -> null
- "" null string with brackets (ignoring case) -> null
What other values does the data team find in real world data?
empty, -, ...?