diff options
Diffstat (limited to 'python/load_intex_collateral.py')
| -rw-r--r-- | python/load_intex_collateral.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/python/load_intex_collateral.py b/python/load_intex_collateral.py index df01f650..00b6f027 100644 --- a/python/load_intex_collateral.py +++ b/python/load_intex_collateral.py @@ -52,6 +52,7 @@ def upload_data(workdate, conn, cursor): if line['LoanX ID'] and len(line['LoanX ID']) > 8: print "dubious id found: {0}".format(line['LoanX ID']) line['LoanX ID'] = line['LoanX ID'][:8] + line['LoanX ID'] = line['LoanX ID'].upper() try: # make sure the string is utf8 safe line['Issuer'] = line['Issuer'].decode('windows-1252') |
