Good Day Everyone
I have this requirement where the amount field needs to be formatted against various formats, here is a sample.
Thanks for your help in advance.
| Amount | To be converted as | 
| 830000 | 830,000.00 | 
| 15.000.000 | 15,000.00 | 
| 10.000.000 | 10,000.00 | 
| 250 | 250.00 | 
| 23.000.000 | 23,000.00 | 
| 130.000.000 | 130,000,00 | 
| 250.040.000 | 250,040.00 | 
| 213.000.000 | 213.000.00 | 
| 25.000.000 | 25,000.00 | 
Another set of format added to the above one
| 1234567 | 1.234.567.00 | 
| 1.234.567,00 | 1,234,567.00 | 
| 12.345,67 | 12,345.67 | 
Thanks again @binu_acs
One thing gets fixed and breaks the other. I am attaching the entire sample data set. I have added I to the incorrect values, thanks again for your help. Ideally all thousands should be separated by "," and decimal by "."
Thanks a lot again
@AbhijeetChib Offering a non-regex solution:
 
					
				
				
			
		
