Skip to content

Commit c03095e

Browse files
docs: add extra info on readme regarding functionality
1 parent 665abee commit c03095e

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ __The DVE offers__:
1717
- Format normalization to Parquet for a unified data representation
1818
- Data modelling and typecasting
1919
- Business-rule validations executed on supported backends such as Spark and DuckDB, with the option to add custom backends
20+
- Deriving new fields and entities
2021
- Clear validation reporting, including summary insights and record-level error messages
2122

2223
As mentioned above, the DVE is "configuration driven" which means the majority of development for you as a user will be building a JSON document to describe how the data will be validated. The JSON document is known as a `dischema` (data ingest schema) file and example files can be accessed [here ↗️](https://github.com/NHSDigital/data-validation-engine/tree/main/tests/testdata). If you'd like to learn more about JSON document and how to build one from scratch, then please read the documentation [here ↗️](https://nhsdigital.github.io/data-validation-engine/).

0 commit comments

Comments
 (0)