1. When I only need a LIST of items, with 2 or 3 elements per line,
and i want the columns and rows to be clearly visible when I open the file.
I might also want a CSV file so it can easily be interacted with programmatically in the future, if I ever needed to.
In this case I could either use sc, or csv.vim. I have to try both.
2. For a user-friendly interface (but slower, and the convenience of formulas in cells
=> Full fledged spreadsheet, probably with sc.
3. When I need a more lightweight and flexible way to interact with the data
Then I need an app. I can either store the data in a database or in CSV files, depending on my needs.
- A CSV file is easier to setup, to diff, to look into and to modify manually.
- A database represents relationships between data, and thus will grow better as new types of data get added to the mix.
CSV files for simple needs, databases for complexity.
CSV files can save formulas? Ace!
ledger does seem good indeed, cheers.
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
---
You received this message because you are subscribed to the Google Groups "vim_use" group.
To unsubscribe from this group and stop receiving emails from it, send an email to vim_use+unsubscribe@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment