8000 GitHub - vividvilla/rbiparser: A utility for downloading, parsing and sanitizing bank database (IFSC, MICR, address etc.) Excel sheets from the RBI website.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
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

vividvilla/rbiparser

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 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:

# 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

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Python 100.0%
0