Hello,
I need to convert a .skv file containing three rows into one row with several columns.
The file looks like this:
D1000;286;AR;2
;0; 1
END
And I want it to look like this instead:
D1000 286 AR 2 0 1 END
Can somebody please help me with the the code for this operation?
Regards
Olov
Bookmarks