Sublime Text 3 plugin for transforming csv line(s) to record view
- Select line(s) to transform
- Open the Command Palette with
Cmd + Shift + P
(MacOS) orCtrl + Shift + P
(Linux/Windows) - Search for
CSV Record View
and pressEnter
- Access
Preferences > Settings
- Add settings:
{
...
"csvrecordview_delimiter":"{delimiter}",
...
}