Hello,
There is a simple question, but I don't know how to apply it with regex or any other tools.
I would like to split a number like in the following example:
Input: 579824.13596816.79
Col1: 579824.13
Col2: 596816.79
Basically I want to split the number in 2 Col, taking the 2 digits after "."
Thank you in advance!