I have many files containing such lines :
- HUIHOJ OPKKA LK
- ASOIJS AISJJ PL
- AOSKSI ASIJD YA
I want to convert theses lines into something like this :
- HUI;HOJ ;OPKKA ;L;K
- ASO;IJS ;AISJJ ;P;L
- AOS;KSI ;ASIJD ;Y;A
So the first field would be 3 characters, second would be 4, third 6, fourth 1 and fifth 1 character.
I know that it's possible to do it manually with excel, but I need to have automatically conversion solution, because I have many files with exactly the same structure.