H
H. Eilers
What is the best way to convert 3-column data into multi-
column data.
Example: The data file has three columns that look like:
1516,1,59
1517,1,59
1518,1,65
1519,1,58
1520,1,57
1516,2,56
1517,2,57
1518,2,68
1519,2,58
1520,2,59
1516,3,59
1517,3,59
1518,3,65
1519,3,58
1520,3,57
What I want is:
1516,59,56,59
1517,59,57,59
1518,65,68,65
1519,58,58,58
1520,57,59,57
The real data file would have 512 rows and anywhere
between 50 and 200 columns.
Any suggestions would be appreciated.
Thanks.
Hergen
column data.
Example: The data file has three columns that look like:
1516,1,59
1517,1,59
1518,1,65
1519,1,58
1520,1,57
1516,2,56
1517,2,57
1518,2,68
1519,2,58
1520,2,59
1516,3,59
1517,3,59
1518,3,65
1519,3,58
1520,3,57
What I want is:
1516,59,56,59
1517,59,57,59
1518,65,68,65
1519,58,58,58
1520,57,59,57
The real data file would have 512 rows and anywhere
between 50 and 200 columns.
Any suggestions would be appreciated.
Thanks.
Hergen