qif

Duplicates in a QIF File?

Does anyone have a good way of deleting duplicate transactions (same date, amount, biller, etc) in a QIF file? I looked at PERL's Finance:QIF, but it appear to have delete a record function. Alternatively, does someone have a good QIF --> CSV converter? Although I am looking at a PERL solution, I am open to other ideas. Thanks in...

How can I create a transaction in Perl's Finance::QIF?

I am trying to create a transaction in a QIF file in Perl. I thought that using Finance::QIF would let me create a simple transaction (example: spending $20 at Best Buy), but I'm not seeing a way to do this. Does someone have an example or is there a difference module that I should be using to create a transaction? Thanks! --Noah ...