Hi folks, I need some help formatting a field in my source data that has some inconsistent values. This field represent the unit cost of a product/service and should be in the typical x,xxx.xx format, but while testing the data I've found some values that are missing the .xx OR applying it incorrectly. I'm not great with regex but have a feeling there could be a method to search for these errors and fix them. a Sample of my data is below, hoping someone can help. Thanks, George
| Value | what it should be |
| 53738 | 537.38 |
| 12804.00 | 128.04 |
| 841.12 | 841.12 |
| 84112 | 841.12 |