My situation is similar but the output needs to be rows. All my data is in one giant line where each value is separated by comma, and I should only have one column of data, where each of these are rows. Also my one line is extremely long greater than 32K+ in length.
["T_283_20220605_73_283A0000006757_830010", "T_283_20220605_75_283A0000012029_830010", "T_283_20220605_77_283A0000017945_Ach_OPull", "T_283_20220605_79_283A0000011229_Ach_OPull"]
How to get it to transpose when i import it:
ColumnA
T_283_20220605_73_283A0000006757_830010
T_283_20220605_75_283A0000012029_830010
T_283_20220605_77_283A0000017945_Ach_OPull
T_283_20220605_79_283A0000011229_Ach_OPull
Attached is full sample.
... View more