PathSeparator
Specifies the character used to replace file path separators when generating table names.
Data Type
string
Default Value
"_"
Remarks
When this property is set, the driver replaces directory separators in file paths with the specified character when creating table names.
For example, if a JSON file is located at Test/Files/Test.json and PathSeparator is set to _, the resulting table name is Test_Files_Test.json.
This property is useful for ensuring consistent and valid table names when reading JSON files from nested directories.