Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zavoraad authored May 24, 2024
1 parent 34789db commit 88f488d
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ claims = spark.read.json(rdd)
#Create Claims tables from the EDI transactions
claims.createOrReplaceTempView("edi")
```
### Creating claim header and line tables from EDI

``` SQL
--flatten EDI format
Expand Down Expand Up @@ -91,9 +92,10 @@ from stg_claims

```

### Output Data Model & Dictionary
### Sample Output and Data Dictionary

TODO
![image](images/claim_header.png?raw=true)
![image](images/claim_line.png?raw=true)

## Different EDI Formats

Expand Down

0 comments on commit 88f488d

Please sign in to comment.