Skip to content

A utility for downloading, parsing and sanitizing bank database (IFSC, MICR, address etc.) Excel sheets from the RBI website.

Notifications You must be signed in to change notification settings

zerodha/rbiparser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

rbiparser

A utility for downloading, parsing and sanitizing bank database (IFSC, MICR, address etc.) Excel sheets from the RBI website.

Installation.

pip install rbiparser

Usage:

# Create directories for storing the sheets.
mkdir xls csv

# Download the Excel files from the RBI website.
rbiparser -a download -xls "./xls"

# Convert the downloaded files to CSV.
rbiparser -a convert  -xls "./xls" -csv "./xls"

# Combine the CSV records into one master file.
rbiparser -a combine -xls "./xls" -csv "./xls" -master all.csv

About

A utility for downloading, parsing and sanitizing bank database (IFSC, MICR, address etc.) Excel sheets from the RBI website.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages