I have a spreadsheet in Numbers where I write down all my purchases from the AppStore. I have already a Scriptable script that fetches the apps name and current price and copies it into the clipboard in the format {name}\t{price} where \t is the tab character. I’ve then pasted it manually into the spreadsheet and it separated it into two columns.
Some long time ago (more than a year probably) the pasting has stopped working. It now pastes the text into one cell. When I select both cells, it does the exact same thing: pasting the whole thing into both cells.
So my question is: Is there any way to paste the data, so that the name is in one column and the price in the other?
Another way, suggested at the link above, is to replace tabs with newlines, paste into a throwaway Numbers table, select the table, choose Table Actions…>Transpose, then copy and paste the result where you want.