Unexpected Character '' Code(32)(Missing Name) error for xml data file

Created a xml file and I am unable to load the file into the datamapper. I shortened the file to contain one record and it loaded.

here is the error message:

Refresh boundaries
Unexpected character ’ ’ (code 32) (missing name?) at [row,col {unknown-source}]: [2,28]

Preprocessor

I would recommend using an XML validator - many can be found online - to make sure the structure and schema of the XML file is correct and valid. If it is and you are still getting the same issue, attach your data mapper here or open a support ticket.

Thank you, I was able to review the xml and found that the strings were not surrounded by double quotes so the single quotes were causing the error