Please let me know if there's a better place to ask questions.
Is there a way to paste data into a column? For example, imagine my clipboard contains 100 lines of text, separated by newlines. Is there a way to paste that data into a particular column, such that each line of text in the clipboard becomes one cell in that column?
This can be done in Excel. For example, if I copy the following data:
Kiley
Rosalia
Zondra
Samara
...then create a new Excel spreadsheet, left-click on cell A:1, and finally use CTRL+V to paste, the following results:
It's easy enough to do this when the spreadsheet is empty, but Excel also makes it possible to do this in any arbitrary column.
Can something like that be achieved using csv.vim?
Please let me know if there's a better place to ask questions.
Is there a way to paste data into a column? For example, imagine my clipboard contains 100 lines of text, separated by newlines. Is there a way to paste that data into a particular column, such that each line of text in the clipboard becomes one cell in that column?
This can be done in Excel. For example, if I copy the following data:
...then create a new Excel spreadsheet, left-click on cell A:1, and finally use
CTRL
+V
to paste, the following results:It's easy enough to do this when the spreadsheet is empty, but Excel also makes it possible to do this in any arbitrary column.
Can something like that be achieved using csv.vim?