Hi,
Sometimes my dataset has fields (entire columns) that are empty/null which is acceptable. At times, Alteryx incorrectly thinks these columns contain string data (V_String) when it should be numerical (Double) like "Price", or date (Date) and vice versa. This becomes a problem when I'm using the join tool to compare records as I get the error "String fields can only be joined to other string fields".
Besides using formula tool to convert every specified field to either string, double, or date format in case the entire column is empty/null, is there a more efficient way to do this for multiple fields especially when I have many fields that could have empty/null cells?
Hope the above makes sense.
Thanks.