Skip to content

Instantly share code, notes, and snippets.

@mtravis
Created January 29, 2013 09:56
Show Gist options
  • Save mtravis/4663130 to your computer and use it in GitHub Desktop.
Save mtravis/4663130 to your computer and use it in GitHub Desktop.
# The directory containing your source OS Open Data
# files. All files in the specified directory and it's decendents will be loaded.
src_dir=C:\OSOpenWorkingArea\Data\
# The .csv file containing parameters for each dataset
csv_table=C:\OSOpenWorkingArea\Table.csv
# Database the datasets will be loaded into
database=dbname='OSOpenData' user='postgres' host='localhost' password='postgres'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment