insert a CSV into a buffer, convert it to an org table, transpose it, add a meaningful header line, export back to CSV
just a few keystrokes to accomplish all that
❤️
insert a CSV into a buffer, convert it to an org table, transpose it, add a meaningful header line, export back to CSV
just a few keystrokes to accomplish all that
❤️
@petes_bread_eqn_xls hmmm. Maybe I need to learn emacs.
I guess with Lisp too you could programmatically convert that csv into SQL and back too?
@kemotep @petes_bread_eqn_xls Once you’ve converted CSV to an Org table, you can run in-memory SQL queries on it.
http://yummymelon.com/devnull/running-sql-queries-on-org-tables.html