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.0.tar.gz
(8.7 kB
view details)
File details
Details for the file rbiparser-0.6.0.tar.gz.
File metadata
- Download URL: rbiparser-0.6.0.tar.gz
- Upload date:
- Size: 8.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
bf2b45d0eabc2c895a8ce98e0d969412dab6af80bd42cee841cf7f22a325c170
|
|
| MD5 |
89f919ddad5ad88320057c23016e71b8
|
|
| BLAKE2b-256 |
d46f6eef877d43c13aaf9bd3a44d6e15a3d38b961e9f50ace2c492155a1c8b09
|