I have make set up to send telegram messages to google sheets. Each message creates a new row and the entire text of the message is all in one column. Is there any way to make each line of text from the message go to a new column?
Here is an example of a message:
@mad_apes_gambles FULL STATS
From @thecallcenterbot
Total calls: 4689
Last 7 days: 230
Performance vs other callers: 22%
% Rugged: 1%
Average P/L: 2719903%
Median P/L: 130%
% of 2x calls: 58%
% of 3x calls: 37%
% of 6x calls: 18%
% of 11x calls: 10%
Win rate (any gain): 97%
Last 7 days: 98%
Last 30 days: 98%
I would like each of those lines to go to a separate column, it would be even better if I could also split into columns where there is a : but if thats not possible, at least each line in a separate column instead of the entire message in one column.