Skip to content
This repository was archived by the owner on Nov 6, 2023. It is now read-only.

Commit caf8f6f

Browse files
author
Torsten Link
committed
feat: update documentation
1 parent ee61274 commit caf8f6f

File tree

1 file changed

+13
-0
lines changed

1 file changed

+13
-0
lines changed

doc/index.adoc

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
== Object chunk data processor
2+
This processor is for validating and checking data as it comes from data imports as file imports or database imports.
3+
This processor is for data imports where the whole content needs to be validated. For example it needs to be proofed
4+
that a key field only exists once in the deliverd data. Or where rows needs to be aggregated because the data
5+
contains 1..n relations.
6+
7+
The config defines how the data is structured and what to do. The processor will ensure that the data is valid. All
8+
errors will be reported.
9+
10+
11+
=== Chunk definition overview
12+
13+
include::./schema/chunk.adoc[]

0 commit comments

Comments
 (0)