Revision 4915
Added by Aaron Marcuse-Kubitza about 12 years ago
sql_io.py | ||
---|---|---|
18 | 18 |
|
19 | 19 |
##### Data cleanup |
20 | 20 |
|
21 |
null_strs = ['', r'\N', 'NULL', 'UNKNOWN', 'nulo'] |
|
21 |
null_strs = ['', '-', r'\N', 'NULL', 'UNKNOWN', 'nulo']
|
|
22 | 22 |
|
23 | 23 |
def cleanup_table(db, table): |
24 | 24 |
table = sql_gen.as_Table(table) |
Also available in: Unified diff
sql_io.py: null_strs: Added '-'