Hello!
I am trying to read some data from an existing .txt file, actually that data consists of three columns, and dozens of raws. I can read it and write it to another new .txt file, but the problem is, it generates only one column with all those data, which is my headache now.
The data in original .txt is something like:
1 1 1
2 2 2
...
10 10 10
How can I read these and create another new .txt with exactly the same columns and raws??
Could any one help me??
Thank you in advance!
Best,
Abayiz