TSV Validator Master
Module name: TSVValidatorMaster
Package: CEAMSModules 7.4.0
Version: 2.0.0
Overview
This module validates TSV files by checking their encoding and structure. It checks if the files are UTF-8 encoded and if they contain the expected columns and data types.
Inputs
Input |
Format |
Default |
Description |
|---|---|---|---|
|
input TSV files |
— |
A list of TSV files to be validated. |
|
the directory where the validation logs will be saved |
— |
the directory where the validation logs will be saved |
Outputs
Output |
Format |
Description |
|---|---|---|
|
the validation logs in a text file saved in the specified directory |
the validation logs in a text file saved in the specified directory |
Usage in a process
Open Dev Tools -> New process in Snooz.
In the Module Library, find TSV Validator Master under the Files I/O category.
Drag the module onto the process canvas.
Connect the required inputs from upstream modules (or set values in the Settings tab).
Connect outputs to downstream modules as needed.
Double-click the module to configure parameters in the Settings tab.
Run the process and inspect results in the Results tab.
Note
For general guidance on building processes with modules, see Explore examples.