Processor Great Expectations
Great Expectations is a processor that runs user-defined tests on their dataset. It can generally validate the data and check for inconsistencies.
Data In/ Data Out
|
Data In |
A CSV file that you want to test. |
|
Data Out |
The same file as Data In, the file can be found in folder |
Learn more: about the folder structure please go to this article.
Parameters
|
Input Table (required) |
Name of the file to be tested. |
|
Delimiter (required) |
Delimiter of the file, for a CSV, the delimiter is a comma: |
|
Test (required) |
The test is to be applied. - Learn more: For the full lists of tests here. |

No Comments