I have a dataset consisting of
n = number
The numbers can vary from a big integer to a floting point number
[tt]
n1 n2 n3 n4 n5 n6
dd-mm-yy,##.##,###.##,##.##,####.##,####,####.##
[/tt]
First objective is to change the order of the date, so that the line would look like this after processing:
[tt]
n1 n2 n3 n4 n5 n6
yy-mm-dd,##.##,###.##,##.##,####.##,####,####.##
[/tt]
For educational reasons it would be fun to se how it would look if one would like to change the order of the numbers (but that's optional and "only" to enlighten me and others facinated of SED).
n = number
The numbers can vary from a big integer to a floting point number
[tt]
n1 n2 n3 n4 n5 n6
dd-mm-yy,##.##,###.##,##.##,####.##,####,####.##
[/tt]
First objective is to change the order of the date, so that the line would look like this after processing:
[tt]
n1 n2 n3 n4 n5 n6
yy-mm-dd,##.##,###.##,##.##,####.##,####,####.##
[/tt]
For educational reasons it would be fun to se how it would look if one would like to change the order of the numbers (but that's optional and "only" to enlighten me and others facinated of SED).