Skip to content

Commit

Permalink
fix: Sep 2024 update, FTP updates retired.
Browse files Browse the repository at this point in the history
  • Loading branch information
gundamu-yunikon committed Sep 2, 2024
1 parent 8fecda3 commit bd83300
Show file tree
Hide file tree
Showing 10 changed files with 1,387 additions and 1,350 deletions.
30 changes: 0 additions & 30 deletions .github/workflows/update-database.yml

This file was deleted.

2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.3.1
3.3.4
16 changes: 14 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,14 +63,26 @@ Included in this gem is also a set of Rake tasks to generate the JSON-formatted

Two data sources are used:

* APCA BSB directory (Updated bi-monthly. This gem will track the changes and push gem updates as frequently as my time allows.)
* APCA BSB directory (Updated monthly. This gem will track the changes and push gem updates as frequently as my time allows.)
* APCA Key to Abbreviations and BSB Number (No regular updates)

Other formats of APCA BSB data is available from http://bsb.apca.com.au.

## Update source

Run this `rake bsb:sync` command to complete sync of the latest data
At the moment BSB data is a manual download from the Auspaynet site [here](https://bsb.auspaynet.com.au/).

You will need to download two files, place them in `tmp/`:
- `Reference Documents` button > `Key to Abbreviations and BSB Number` in CSV format.
- `Download BSB Files` button > `BSB Directory (Full Version)` in TEXT format.

Run the sync task with the files to complete sync of the latest data:

```sh
rake bsb:sync['tmp/key to abbreviations and bsb numbers (august 2024).csv','tmp/BSBDirectoryAug24-341.txt']
```

Browse the list of database changes, make a few queries on the website to ensure the results are the same.

## Contributing

Expand Down
4 changes: 2 additions & 2 deletions config/bsb_bank_list.json
Original file line number Diff line number Diff line change
Expand Up @@ -105,8 +105,8 @@
"911": "Sumitomo Mitsui Banking Corporation",
"728": "Summerland Financial Servces Limited (Trading as Summerland Bank)",
"825": "Australian Unity Bank Limited",
"48": "Suncorp-Metway Limited",
"66": "SUN Suncorp-Metway Limited",
"48": "Norfina Limited",
"66": "SUN Norfina Limited",
"943": "Taiwan Business Bank, Sydney Branch",
"812": "Teachers Mutual Bank Limited",
"946": "UBS AG, Australia Branch",
Expand Down
Loading

0 comments on commit bd83300

Please sign in to comment.