I am attempting to import a .csv file. I know how to do it if the file is set up with multiple rows like figure 1, but I have a file where there are only two rows, top being the header and 2nd being the data. figure2 - I need a separate document for each column, vs separate document for each row.
Figure 1
Header1 Header2 Header3
data1 data2 data3
data1 data2 data3
data1 data2 data3
Figure 2
Header1 Header2 Header3
data1 data2 data3
Any thoughts?
Thanks in advance…