Add null_value metadata to fields
Offen
feature
priority: undecided
Standardization
under discussion
- Vorherrschende Sprache
- Scala
- Sterne
- 33
- Forks
- 16
- PR-Merge-Kennzahlen
- Keine gemergten PRs in 30 T.
Beschreibung
## Background
Sometimes `null` is represented in a column in a way that cannot be covered by `--null-value` command-line option, either because globally cause mess in data (e.g. "0' used as undefined date) or not available in the _format_.
## Feature
Make a column metadata entry `null_value` a string that in src/raw represent `null` for standardization.
## Example
metatada `null_value` = _NOTHING_
| Raw |
| --- |
| Hello |
| Nothing |
| NOTHING |
| World |
| Standardized |
| --- |
| Hello |
| Nothing |
| `NULL` |
| World |
Beitragsleitfaden
Bewertung
Dieses Issue wurde noch nicht bewertet.