I have imported all the 2012 data individual contributions into a database and noticed that there is a microfilm number for all 2012 data except for 15J donations.
Query:
select count(*), transactiontype from donations where microfilm is null group by transactiontype;
| count(*) | transactiontype |
+----------+-----------------+