I am trying to import xml files in to MS Access, but I receive an error.
*Access has encountered an error processing the XML schema in the file 'XML File 01.xml'
Unable to switch the encoding.*
The first line of the XML file is
<?xml version="1.0" encoding="utf-16"?>
When I edit it in notepad to be
<?xml version="1.0" encoding="utf-8"?>
It loads fine.
The problem is I have +1000 files, so doing it manually is not an option. Is there a batch file I can write? or another option regarding MS Access or VB?