Hello,
I have approximately 350000 rows of the following data in one column:
>data1
result1
>data2
result2
>data3
result3
The data does actually start with ">".
I would like this to look like in two columns:
>data1 result1
>data2 result2
>data3 result3
etc
350000 rows is apparently a "small" dataset LOL
Your help is appreciated,
Justin
I have approximately 350000 rows of the following data in one column:
>data1
result1
>data2
result2
>data3
result3
The data does actually start with ">".
I would like this to look like in two columns:
>data1 result1
>data2 result2
>data3 result3
etc
350000 rows is apparently a "small" dataset LOL
Your help is appreciated,
Justin