diff options
Diffstat (limited to 'python/load_indicative.py')
| -rw-r--r-- | python/load_indicative.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/load_indicative.py b/python/load_indicative.py index 50a7094d..307ba12b 100644 --- a/python/load_indicative.py +++ b/python/load_indicative.py @@ -128,7 +128,7 @@ def upload_deal_data(conn, filename): if line[key]: line[key] = sanitize_float(line[key]) if line['Deal CUSIP List']: - line['Deal CUSIP List'] = line['Deal CUSIP List'].split() + line['Deal CUSIP List'] = line['Deal CUSIP List'].split(",") sqlstr = "INSERT INTO deal_indicative VALUES( %(Deal/Tranche ID)s, %(Deal Name)s, " \ "%(Collateral Manager)s, %(Deal Issue Date)s, %(Deal Termination Date)s, " \ "%(Pay Day)s, %(Reinv End Date)s, %(Deal First Pay Date)s, %(Orig Deal Bal)s, " \ |
