Issue upload destination 1.13.29

Hi everyone,

I’m having trouble importing destination rates into Yeti and would appreciate some help.

I’m trying to upload a CSV file under Billing → Destinations, but I keep getting the following error:

“Any value after quoted field isn’t allowed in line 1”

Here’s what I’ve already checked:

  • File encoding is UTF-8

  • Column separator matches the file (I’ve tested both , and ;)

  • Quote character is set to "

  • CSV structure seems correct when opened in a text editor

Example of my CSV:

prefix,name,rate
5511,Sao Paulo Mobile,0.20
5521,Rio de Janeiro Mobile,0.22

I also tried using quotes:

“prefix”,“name”,“rate”
“5511”,“Sao Paulo Mobile”,“0.20”

Still getting the same error.

Could anyone point out what I might be doing wrong or share a working CSV example for destination import?

Thanks in advance!

It doesn’t look as correct structure for Destination. There is no name and rate attributes in Destination object.

or share a working CSV example for destination import?

Yeti compatible with same CSV format as it exports when you click “Download CSV” link under table:
image