Skip to content

Commit

Permalink
Added a sentence about required fields to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
EIjo committed Aug 1, 2024
1 parent d3a2591 commit 6d84d8b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions docs/RabbitInAHat.html
Original file line number Diff line number Diff line change
Expand Up @@ -463,6 +463,7 @@ <h2>Field to Field Mappings</h2>
<p>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 <em>ndcnum</em> 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).</p>
<p><img src="images/rabbitinahat-fieldex.png" /></p>
<p>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.</p>
<p>Sidenote: fields with a <code>*</code> 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.</p>
</div>
<div id="output-generation" class="section level2">
<h2>Output generation</h2>
Expand Down
3 changes: 3 additions & 0 deletions docs/RabbitInAHat.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,9 @@ Continue this process until all source columns necessary in all mapped tables ha
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.

## Output generation

### Generating an ETL Document
Expand Down

0 comments on commit 6d84d8b

Please sign in to comment.