You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This would be especially useful for multiline CSV fields.
This also could be useful for very long (oversized) textual fields even if they don't have newlines in them - in a separate buffer they can be line-wrapped by Vim - in this case, one record would correspond to multiple screen lines.
The following commands would be also required:
Extract current column into a separate vertical split buffer - will create at most two new buffers: to the left and to the right from the current column.
Show current logical row (record number)
Sync rows (in all vertical csv buffers jump to the physical lines that correspond to the logical row in the current split buffer)
The text was updated successfully, but these errors were encountered:
This would be especially useful for multiline CSV fields.
This also could be useful for very long (oversized) textual fields even if they don't have newlines in them - in a separate buffer they can be line-wrapped by Vim - in this case, one record would correspond to multiple screen lines.
The following commands would be also required:
The text was updated successfully, but these errors were encountered: