I'm doing a CSV import to update existing bill line items and managed to figure out how to do it but thing is, how do I not update the mandatory fields? e.g. "Amount" is a mandatory field in my line item which I need to include in the CSV but I do not want to change it's value. I tried putting '-' but it updates the amount to 0.00... Any ideas?