4 |
I have a list of numbers, comma-separated:
I need to split the 3rd column into three as below:
And convert the digits in the last two columns into decimal:
| ||||
feedback
|
2
|
Here's a variation on Jonathan's answer:
I included a rather contorted way of adding the
--non-decimal-data option if it's needed. |
'via Blog this'