Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 789 Bytes

README.md

File metadata and controls

25 lines (15 loc) · 789 Bytes

Charity Commission Extract

Ruby utility for handling the import of data from the Charity Commission data extract

Work in progress project to convert the bcp data from http://data.charitycommission.gov.uk/default.aspx to standard CSV files that can be used to import data to mysql and progresql databases.

To extract the data into CSV format run the following command:

import.rb -i <path_to_bcp_directory>
import.rb -i <path_to_bcp_directory> -o <path_to_output_directory>

Note: If no input or output paramters are provided the current working directory will be used.

Related