Still working on this, but meanwhile, is it possible to import a multiple expense file without duplicating the header information?
As In, can I import a file that goes like this:

HeaderInformation, GL Account 1, Amount 1, GL Account 2, Amount 2, GL Account 3, Amount 3

Or does it have to be this:

HeaderInformation, GL Account 1, Amount 1
HeaderInformation, GL Account 2, Amount 2
HeaderInformation, GL Account 3, Amount 3

If I know it can't be done then I can stop trying!
And yes, I know I could manipulate a file that looks like the former so it ends up like the latter, but I'm trying to save input time so I'm not wanting to spend a lot of time massaging the file for input. If that's the case then I might as well just key it in directly....
Thanks!