If you get the error Invalid value for field (financial_type_id) => and are actually using the corresponding financial type integer it fails. You actually can use the label of the financial type and it will then import. In my case I was importing to the civicrm_price_field_value table.
If you get the error
Invalid value for field (financial_type_id) =>
and are actually using the corresponding financial type integer it fails. You actually can use the label of the financial type and it will then import. In my case I was importing to thecivicrm_price_field_value
table.Just posting here so people know.