I have a Cash Receipts VI import that has two transactions per deposit (A debit and a credit) on the same line of the CSV. The debit is the amount of the transaction, and the credit is the fee taken out by the credit card company, (so they do not want to use the discount column - it needs to hit a different GL). Anyone know of perform logic or some other magic that can force VI to read the same line twice, or a way to get that second transaction in there. I tried chaining two reports together, but it bombs out because the deposit is out of balance. Thoughts?