Redirect import requesting binding in a store that isn't multistore

When I import the CSV, the import is throwing an error asking for a binding, but I’m not in a multistore.

The panel doesn’t ask for the binding, the sample spreadsheet doesn’t have it either, and I have 1200 redirects to upload, so I don’t know exactly what value to enter or how to add it to the spreadsheet.

Can you help me out please?

Good morning, Bruno!

Checking similar cases to yours, I believe you’re getting this error because your .csv file is being separated by commas (,) instead of semicolons (;) — could you make that adjustment on your end and let me know if it works?

Karina Mota
Field Software Engineer | VTEX

Hi @KarinaMota, thanks so much for getting back to me.
But I tested it here and it didn’t work, the result stays the same.
Do you have any other ideas of what I could try?
Thanks a lot!

Hi Bruno!

All the issues tied to this same error you got revolve around some kind of formatting error in the file. One option is to copy the data from that file into a new file, save it again as .csv, check that it’s properly separated by semicolons (;), and try uploading it again.

But even though the error mentions something about binding, all the cases I’ve found here were tied to some kind of formatting error in the file.

I’ll try to check, I’m handling the data I export from the legacy URL builder spreadsheet, so I thought it would be correct, but I’ll review it here, thank you very much @KarinaMota