I'm converting CSV to QIF. Amount, quantity, and price are included in CSV. Commission is not. I would like the option in CSV mapper to calculate the commission. commission = (quantity * price) - amount Here's a CSV input example "Transaction Date","Account","Description","Amount","Quantity","Price","Symbol" "03/24/2025","Account Name","SELL - ABC","$462.95","-1.000","$462.9700","ABC" And the resulting QIF output D03/24'2025 U462.95 T462.95 C* YABC NSELL I462.970000 Q1.000000 PSell - ABC ^ Currently running version 5.0.050