I need some help, thoughts, and solutions to a problem I am having converting a string format to a number. In short, I am getting conversion errors and once the string is converted to number, it is being truncated--for example 1,517 string converts to 1. I am using the Multi-formula tool with the conversion ToNumber formula. I have tried using double, float, and int64 but the same results appear to keep happening. The data is in a csv file (hence the string). I have tried to cleanse the data but this result keeps happening.
I have also tried converting into a new column as well, but the conversion error or truncation keeps occurring. So any thoughts would be greatly appreciated.