I have a text file that looks like a CSV file without headers
2020-02-04,16:03:06.209,<40001>,798,324,61,61,61,60,60,60,60,0,0,0,0,0,0,0,1549,1531,1481,1453,1525,1532,0,0,-8192,-106,-8192,-413,-8192,26,0,0,0,63,0,0,0,0,0,0,0,0,0,0,32,2,16,4,2,20,172,16,210,0,0,0,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,30
2020-02-04,16:03:11.143,<40001>,799,321,61,61,61,60,60,60,61,0,0,0,0,0,0,0,1557,1529,1482,1464,1512,1510,0,0,-8192,-122,-8192,-402,-8192,26,0,0,0,63,0,0,0,0,0,0,0,0,0,0,37,2,16,4,2,20,172,16,210,0,0,0,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,30
2020-02-04,16:03:16.097,<40001>,807,332,61,62,61,60,61,60,60,0,0,0,0,0,0,0,1547,1520,1497,1455,1506,1559,0,0,-8192,-106,-8192,-406,-8192,25,0,0,0,63,0,0,0,0,0,0,0,0,0,0,42,2,16,4,2,20,172,16,210,0,0,0,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,100,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,105,30
I was successfully able to split the lines, then to get an output every element separately




it works fine in terms of isolating every element from the text file,
now the struggle is to put this data in Excel table, I can see that with my approach every element will be on a separate line in the table.
I need to have every line in a row across 103 columns.
can anyone please help with this? that would be legendary!
Thanks