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