Hi all,
So I have some csv files (fields are comma delimited) with numeric data like so:
453.25
25.54
1,254.78
4,547.54
How do you all deal with the commas such that they are not seen as delimiters on the import? I just write some Mivascript for stuff at work from time to time and am not that adept at this type of thing. My script works well once the commas are out (I manually stripped them in a spreadsheet), but this part has me stumped.
Thanks -
So I have some csv files (fields are comma delimited) with numeric data like so:
453.25
25.54
1,254.78
4,547.54
How do you all deal with the commas such that they are not seen as delimiters on the import? I just write some Mivascript for stuff at work from time to time and am not that adept at this type of thing. My script works well once the commas are out (I manually stripped them in a spreadsheet), but this part has me stumped.
Thanks -
Comment