Created
December 13, 2017 15:19
-
-
Save samkit-jain/562315cdcce458fcc5f4bc6536b2bc24 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
BANK_DETAILS = { | |
'HDFC': { | |
'particulars': 1, # index of particulars column | |
'withdrawal': 4, # index of withdrawal column | |
'deposit': 5, # index of deposit column | |
'balance': 6, # index of balance column | |
'date': 0, # index of date column | |
'chq': 2, # index of cheque no. column | |
'value_date': 3 # index of value date column | |
}, | |
... | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment