diff --git a/docs/RabbitInAHat.html b/docs/RabbitInAHat.html index 4397a9fb..870a3cea 100644 --- a/docs/RabbitInAHat.html +++ b/docs/RabbitInAHat.html @@ -463,6 +463,7 @@
If you select the source table orange box, Rabbit-In-a-Hat will expose values the source data has for that table. This is meant to help in the process in understanding the source data and what logic may be required to handle the data in the ETL. In the example below ndcnum is selected and raw NDC codes are displayed starting with most frequent (note that in the WhiteRabbit scan a “Min cell count” could have been selected and values smaller than that count will not show).
Continue this process until all source columns necessary in all mapped tables have been mapped to the corresponding CDM column. Not all columns must be mapped into a CDM column and not all CDM columns require a mapping. One source column may supply information to multiple CDM columns and one CDM column can receive information from multiple columns.
+Sidenote: fields with a *
in front of their name are considered required fields. For source fields this means that this field was always populated when running the WhiteRabbit scans.