Hi All,
I have data in some 34,000 columns. 99% of these columns have numeric data but are converted as string while creating an output file. For this I have used "tonumber([_CurrentField_],1,1)" in Multi-field tool and checked "Change Output type" to Double.
However, some of the columns have string data which is also important, and I would like them to continue to provide the string output.
Specimen data is as below:
| Field1 | Field2 | Field3 | Field4 |
| 1 | 2 | abc | |
| | 1 | xyz | c |
| 1 | 2 | | ckjdschdsac |
| 0 | 1 | 0 | |
| 1 | 1 | dadiasj | |
| | 1 | | clksahcjacsa |
| 1 | | | |
| 1 | 1 | | 1000 |
| 2 | 1 | csaiciodc | casjhcsa |
| 1 | 1 | | ckcjs |
I would all numbers to get converted to number format, while columns with text inputs should output the exact same text. Since the number of columns is very large, its almost impossible to manually identify such columns.
Has anyone encountered such a problem, or can help me solve this?
Thanks,
Kaushik