AbsaOSS / AbsaOSS/enceladus

Add null_value metadata to fields

オープン
#1,521 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る
feature priority: undecided Standardization under discussion
主要言語
Scala
スター
33
フォーク
16
PR マージ指標
30日以内にマージされた PR はありません

説明

## 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 |

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。