Subjectively

dd if=/dev/random | kirk > blog

Subjectively header image 4

Entries from January 22nd, 2010

macports portfile for xlsx2csv

January 22nd, 2010 · No Comments · Uncategorized

This is an example portfile for macports for a shell script that exports xlsx (OpenDocumentML) to csv.

[Read more →]

Tags:

csv2pg — Load a comma separated values file into postgresql

January 22nd, 2010 · No Comments · Linux, OS X

Here’s a simple wrapper script that I wrote in bash for bulk loading data into PostgreSQL from csv files. Beware, it also does a code page conversion at the end that you may not want. That part should be parameterized, I just haven’t gotten around to it yet. Link to the download is here 1 [...]

[Read more →]

Tags: