PathSeparator
Determines the character used to replace file path separators when generating table names.
データ型
string
デフォルト値
"_"
解説
When this property is set, the 本製品 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.