Skip to main content

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
```

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 hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page