Skip to content
This repository has been archived by the owner on Oct 12, 2021. It is now read-only.

Commit

Permalink
More COALESCE transforms for #132
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Jul 3, 2015
1 parent fe20fd0 commit 34ce61c
Showing 1 changed file with 3 additions and 3 deletions.
Expand Up @@ -733,9 +733,9 @@ def load_quarterly_contributions(self):
f.filing_id_raw,
r.tran_id,
r.amend_id,
r.bakref_tid,
r.xref_match,
r.xref_schnm,
COALESCE(r.bakref_tid, ''),
COALESCE(r.xref_match, ''),
COALESCE(r.xref_schnm, ''),
r.is_duplicate,
r.tran_type,
r.rcpt_date,
Expand Down

0 comments on commit 34ce61c

Please sign in to comment.