Hello,
I have a file which i upload into an SQL database using Alteryx. I want to make sure the input file (which is usually in excel) has not changed some of the fields into a different type (string, bool double) to what sql is expecting. I want to use a test tool to flag an error if it identifies the input field is a different type. Basically i need to make sure the input has the same field types as the SQL table so it doesn't reject it. Not sure how to do this so would appreciate some help!