Being new to Alteryx I have noticed that during the input process of CSV files I get warnings such as "An unescaped quote was found" with the record number identified. In my data this occurs because in some fields there are entries such as 24" (24 inches). I use the Formula tool and a Replace function to deal with the rouge quote during the workflow. My question is on the initial error, is there a way to resolve the error so that I know that the data moving through the workflow is getting cleaned? For instance, is there a way to create like a pre-sub-routine and stage the two workflows so that I get Results message for each routine? The reason I'm thinking of this approach is that in this sceanario, and many others, you do not get verification that your formula resolved all the warnings especially if the problem occurs in multiple columns and because the warning is only reported during the input process.
A similar problem occurs with rows of all Null values. The warning tells me that there are not enough fields in the record. I know why it occurs and I deal with it in the workflow but I would like to deal with the error during the input process and know it is resolved before the data hits the main part of the workflow. Thanks.