Hey guys,
Even though the .txt file type is not supported, I'm able to import my .txt file successfully since it is tab delimited.
I've verified that my .txt file is successfully imported by looking at the output of my input data tool. However, all of the fields are read-in as strings. So, instead of using the select tool and converting each of my fields to doubles (since I have hundreds of fields), I'm trying to use the multi-field tool.
In the multi-field tool, I don't select the "Copy Output Fields Add" option but I do choose the "Change Output Type to Double" option in the configuration window.
For my expression I use: "[_CurrentField_] = [_CurrentField_]".
When I do this, all the fields get set to -1.
Does anyone know why this is happening?