Hi everybody, i have following problem, i have a lot of text strings mixed with numeric values, an example:
DK-NOTA 8771 ISTAPPERIET 06.10 46,00- 9.987,12
In this string, i want to separate values in a separate column, but there has to be some conditions.
The ideal would be that the separation firstly occurs after the date format, here 06.10 and then in two separate columns like this:
DK-NOTA 8771 ISTAPPERIET 06.10 46,00 - 9.987,12
DK-NOTA 8771 ISTAPPERIET 06.10 46,00- 9.987,12
In this string, i want to separate values in a separate column, but there has to be some conditions.
The ideal would be that the separation firstly occurs after the date format, here 06.10 and then in two separate columns like this:
DK-NOTA 8771 ISTAPPERIET 06.10 46,00 - 9.987,12