CSV Upload - Keeps Failing on UI, but works in the backend

Trying to allow users to do a basic CSV upload into a table. I keep getting the
“The column (insert whichever column is first) does not match with a field on the chosen type.”
I get this when I try to upload through the UI using the file upload element, and a button that “uploads data as CSV” to upload the file.

The file picker works, but when I hit the “upload” button that triggers the “uploads data as CSV”, I get the error. Bubble is clearly opening the file, a CSV file, and triggering the error.

My column names match.

When I use the backend data uploader, it works no problem. It does bring up the data matcher, but it resolves all of them and the names match.

What am I missing?

Here is my file with just the headers and one row of data.

may,document,expense_name,memo,proposed_accounting_code,proposed_cost_center,vendor_name
147997.42,INVDE00096748,oooisdoi,“acme, Cross Charge Advertising LinkedIn EUR 148.678,85, Q1/26”,6601 Advertising : Advertising - IC,181.300 - Performance Marketing,

Have you tried this plugin? It’s much better than just the csv uploader bubble provides.