So... it's 2015 and I'm having the same problem... 🙂 Really need to use the thousand comma separator as we'd like to use tokens to pull fields with 4 to 10 digits numbers. Our email are looking sloppy without the comma separator (1,223,333 looks a lot better and is a way more legible than 1223333).
I have changed the field from 'Integer' to 'Float' and it still doesn't work. I have test importing these fields as 'text' and 'number' on the csv file and it didn't work either way.
Hope someone can help!
Cheers,
Maísa
I've got an answer for this and I can confirm that Float can't translated the thousand comma separator on emails. The correct field type must be 'String'.
The values will need to be converted as text on Excel, and you might need to use the formula below to add the commas: =TEXT(B2,"#,###,###")
Cheers,
Maísa