I have a .csv file with data grouped in rows and I need to transform it into column data format. The data has no grouping data other than it is separated by spaces in the file. Can I transpose this data from rows to columns?

.csv attached
Thank you,
Gil