CSV
Basic operations on CSV files to sort and format their data
Details
Installs
- Total 44K
- Win 19K
- Mac 18K
- Linux 7K
Feb 5 | Feb 4 | Feb 3 | Feb 2 | Feb 1 | Jan 31 | Jan 30 | Jan 29 | Jan 28 | Jan 27 | Jan 26 | Jan 25 | Jan 24 | Jan 23 | Jan 22 | Jan 21 | Jan 20 | Jan 19 | Jan 18 | Jan 17 | Jan 16 | Jan 15 | Jan 14 | Jan 13 | Jan 12 | Jan 11 | Jan 10 | Jan 9 | Jan 8 | Jan 7 | Jan 6 | Jan 5 | Jan 4 | Jan 3 | Jan 2 | Jan 1 | Dec 31 | Dec 30 | Dec 29 | Dec 28 | Dec 27 | Dec 26 | Dec 25 | Dec 24 | Dec 23 | Dec 22 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 0 | 3 | 2 | 1 | 3 | 0 | 6 | 3 | 5 | 6 | 2 | 0 | 2 | 3 | 4 | 1 | 3 | 0 | 2 | 4 | 7 | 10 | 2 | 3 | 1 | 1 | 2 | 3 | 3 | 5 | 3 | 2 | 0 | 4 | 2 | 1 | 0 | 3 | 1 | 1 | 0 | 6 | 3 | 2 | 4 | 1 |
Mac | 1 | 4 | 8 | 1 | 1 | 0 | 4 | 7 | 4 | 3 | 0 | 2 | 1 | 3 | 3 | 3 | 3 | 0 | 2 | 6 | 3 | 5 | 5 | 3 | 1 | 1 | 4 | 3 | 3 | 4 | 4 | 0 | 1 | 3 | 1 | 1 | 3 | 0 | 1 | 0 | 3 | 1 | 0 | 2 | 3 | 3 |
Linux | 0 | 3 | 1 | 1 | 1 | 0 | 1 | 1 | 2 | 1 | 0 | 3 | 1 | 1 | 1 | 6 | 0 | 0 | 0 | 0 | 1 | 1 | 2 | 0 | 0 | 1 | 2 | 2 | 2 | 0 | 0 | 0 | 2 | 0 | 1 | 1 | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 |
Readme
- Source
- raw.githubusercontent.com
Sublime Text 2 CSV Plugin
A plugin to manage CSV files. Currently supports sorting and exporting of the data.
Install
The preferred method is to use the Sublime Package Manager. Alternatively, the files can be obtained on github:
$ https://github.com/ericmartel/Sublime-Text-2-CSV-Plugin
Format
The way to format the data is to index each column using {#}, so for a 3 column data set where you want to only keep the first and last column, the Format string would be something similar to
$ {0}, {2}
Complete Documentation
A website is currently under construction to explain the usage of the plugin in details.
License
All of Sublime Text 2 CSV Plugin is licensed under the MIT license.
Copyright © 2012 Eric Martel emartel@gmail.com
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the “Software”), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED “AS IS”, WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.