A utility for downloading, parsing and sanitizing bank database (IFSC, MICR, address etc.) Excel sheets from the RBI website.
Project description
# rbiparser
A utility for downloading, parsing and sanitizing bank database (IFSC, MICR, address etc.) Excel sheets from the [RBI website](https://www.rbi.org.in/scripts/bs_viewcontent.aspx?Id=2009).
### Installation.
`pip install rbiparser`
### Usage:
```shell
# Download the Excel files from the RBI website.
rbiparser download -d "./xls"
# Convert the downloaded files to CSV.
rbiparser convert -s "./xls" -d "./csv"
# Combine the CSV records into one master file.
rbiparser combine -s "./csv" -d "data.csv"
# Help for individual command
rbiparser combine --help
# Apply advanced clean filters
rbiparser combine -s "./csv" -d "data.csv" -f
```
A utility for downloading, parsing and sanitizing bank database (IFSC, MICR, address etc.) Excel sheets from the [RBI website](https://www.rbi.org.in/scripts/bs_viewcontent.aspx?Id=2009).
### Installation.
`pip install rbiparser`
### Usage:
```shell
# Download the Excel files from the RBI website.
rbiparser download -d "./xls"
# Convert the downloaded files to CSV.
rbiparser convert -s "./xls" -d "./csv"
# Combine the CSV records into one master file.
rbiparser combine -s "./csv" -d "data.csv"
# Help for individual command
rbiparser combine --help
# Apply advanced clean filters
rbiparser combine -s "./csv" -d "data.csv" -f
```
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
rbiparser-0.6.2.tar.gz
(8.8 kB
view details)
File details
Details for the file rbiparser-0.6.2.tar.gz
.
File metadata
- Download URL: rbiparser-0.6.2.tar.gz
- Upload date:
- Size: 8.8 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: Python-urllib/2.7
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 92a598196c050fa340dd97d077cc7ca66ef16935142af56ef607938668663567 |
|
MD5 | e2853e1133727f65c36d7ed0e7150fd6 |
|
BLAKE2b-256 | 2f68b4e8d4ef21d821fe6a705b3a838128ec3a50531993b3470bfc8459ab689e |