We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a6c1cc commit 123bcf5Copy full SHA for 123bcf5
README.md
@@ -17,9 +17,9 @@ This is a native rest connector. This repo is for additional tools specific to G
17
## Custom Schemas
18
If you need to import custom schema data into NIM you can extend the table schemas by adding a custom json file.
19
20
-C:\Program Files\Tools4ever\NIM\sysconfig\rest\systems\<<SYSTEMNAME>>.json
+C:\Program Files\Tools4ever\NIM\sysconfig\rest\systems\SYSTEMNAME.json
21
22
-<<SystemName>> = The name of the system in NIM.
+SYSTEMNAME = The name of the system in NIM.
23
24
A a sample file (CustomSchema.json) is provide in this repo.
25
0 commit comments