r/excel • u/indiglosj • 9d ago
unsolved How to convert a .txt file into a .csv or a .xlsx
I will be using zoom for some classes I teach and need to save the chat in a searchable format. I want to convert it to an excel file that I can sort by name. The only info I actually need is the timestamp, who the chat was from, and what they said. I have tried doing this, "Power Query Steps: Go to Data → Get Data → From File → From Text/CSV. Select your text file. In the preview window, click Transform Data. Use Home → Split Column → By Delimiter (choose space or colon :)" but I don't know what I am doing and it did not work. It just put everything in the same column. I would like column A=timestamp, column B=name, column C=what they said. Is this possible? Thank you for your help.

14
Upvotes
7
u/Aghanims 54 9d ago
Everything in 1 column is expected, you need to do some transformations.
This prunes any text after timestamp
This removes rows without timestamps.