Importing data via CSV

I am trying to import the data using CSV in my database but it is throwing me this error although I haven’t specified any validation on the fields. “Invalid parameter antiques & collectibles - aio ready (2) . Names can only contain alphanumeric and underscore characters…”

Can someone please guide me as to what might be wrong here

Hi Jordan,

At present, column names cannot contain spaces and/or special characters. If you could share the header row of your CSV file, I’d be happy to take a closer look.

Also, I wanted to bring your attention to the user guide, where we describe the supported CSV notation in great detail:
https://backendless.com/docs/rest/mgmt_import.html

Regards,
Mark

Hey @mark-piller Thank you for a quick response, but I was able to figure it out. Turned out, I needed to change the name of the CSV file itself so that it matches the naming convention. I was able to move forward with it.

Really appreciate the quick response
Regards,
Jordan