hotglue singer validate
Validate a Singer file. It ensures that the data conforms to the expected schema and checks for any discrepancies or errors in the data records.
Sample
Options
--dataFilePath: The path to the data file that needs to be validated. Defaults to data.singer--allowDuplicateRecords: A boolean flag to allow duplicate records in the data. Defaults tofalse. Thekey_propertiesfield on SCHEMA messages is used to determine uniqueness for a stream.--allowFuzzyTypes: A boolean flag to allow fields to allow multiple types for a field. Defaults tofalse.--json: Outputs the validation result in JSON format.