PathSeparator
Determines the character used to replace file path separators when generating table names.
Data Type
string
Default Value
"_"
Remarks
When this property is set, the connector replaces the default path separator used in XML element paths with the specified character when generating table names.
For example, if an XML file is located at Test/Files/Test.xml and PathSeparator is set to _, the resulting table name is Test_Files_Test.xml.
This property is useful for ensuring consistent and valid table names when reading XML files from nested directories.