pub fn parse_tx_fields<'a>( date: &'a str, details: &'a str, from_method: &'a str, to_method: &'a str, amount: &'a str, tx_type: &'a str, db_conn: &impl ConnCache, ) -> Result<NewTx<'a>>