Hi experts,
i have a challenge.
i have a text file with the following data
12345
-----
A |xxxxx
A1 |.x...
A2 |..x.x
I need to get an output better on text (excell is limited with rows and the matrix can have up to 5000 rows and lines)
i tried to open the file with excel but every line is a string and i can't separet it
the output will be
A 1,2,3,4,5
A1 ,2,
A2 ,3, ,5
it will save me a lot of time
tnx
Nir
i have a challenge.
i have a text file with the following data
12345
-----
A |xxxxx
A1 |.x...
A2 |..x.x
I need to get an output better on text (excell is limited with rows and the matrix can have up to 5000 rows and lines)
i tried to open the file with excel but every line is a string and i can't separet it
the output will be
A 1,2,3,4,5
A1 ,2,
A2 ,3, ,5
it will save me a lot of time
tnx
Nir