Code Assist MCP for JSON

Build 25.0.9539

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 server 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.

Copyright (c) 2026 CData Software, Inc. - All rights reserved.
Build 25.0.9539