Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi everyone,
I have a data row with thounsand columns, I 'm checking if each column have right data by tSchemaComplianceCheck (check length and data type).
Now I want to export if any column have error data. Some informations i want to export are:
+ value of key column
+ the name of error column
+ the error data
+ the error message, if a column have more than one error(invalid length and datatype), the error messages are sepatated with comma.
Each error column is exported to one row.
Can you give me some solution ?
Thank all.
hey,
what is the source you are getting the data from? DB , csv etc