Skip to content

Commit 95092f7

Browse files
authored
Update README.md
1 parent e254472 commit 95092f7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@ This will output any problems there may be with the metadata file.
5454
Tips for ther best results:
5555

5656
- It is recommended to provide 10-100 examples (but definitely not more than 1000) of each record type to get a good guess. (too few examples may result in not all relevant pattern being detected, too many examples may result in low performance).
57-
- The logically distinct fields of the record should be separate keys on the top-level.
58-
- It is ideal if example data is referentially consistent, allowing us to guess what field refers to what by comparing the sets of IDs. This means it is better to extract a complete but small set of data, instead of sampling randomly from a system with a lot of data.
59-
- The IDs should be strings, not numbers.
57+
- The logically distinct fields of the record should be separate keys on the top-level.
58+
- It is ideal if example data is referentially consistent, allowing us to guess what field refers to what by comparing the sets of IDs. This means it is better to extract a complete but small set of data, instead of sampling randomly from a system with a lot of data.
59+
- The IDs should be strings, not numbers.
6060

6161
This example metadata can be used to prototype initial domain mappings (by running a sync with it) and to generate example normalized data, but it is still just a guess: It has to be reviewed and refined.
6262

0 commit comments

Comments
 (0)