...
As above, check the Sink Data to set the appropriate value. That’s the value you must indicate in “kind” attribute.
Reference
...
Any Custom
...
Neutralizacion File (CNF)
...
...
must be an XML file with the following structure:
- Reference to
...
- DTD
- Definition of the custom
...
- Library of Neutralization routines
- List of custom Neutralization routines
Next sections describe this structure.
Reference to master DTD fileReference to
You can find the master DTD must be specified in the 1st linespecification in the [agent_home_dir]/lib.engine/analyzer.jar/resources/library_metadata.xsd
file.
Next table shows specific content depending on the technologyfor some technologies:
Tech | DTD specification | DTD location | ||||
---|---|---|---|---|---|---|
abap | <!DOCTYPE library SYSTEM "abap_library.dtd"> | [agent_home_dir]/libraries/abap | ||||
c / cpp | <!DOCTYPE library SYSTEM "cpp_library.dtd"> | [agent_home_dir]/libraries/c | ||||
csharpjavascript | <!DOCTYPE library SYSTEM "js_library_metadata.dtd"> |
| [agent_home_dir]/libraries/javascript | |||
phpjava | <!DOCTYPE library SYSTEM "php_library_metadata.dtd"> |
| [agent_home_dir]/libraries/php | |||
pl-sql | javascript<!DOCTYPE library SYSTEM " | jsplsql_library | _metadata.dtd"> | [agent_home_dir]/libraries/ | javascriptplsql | |
objectivecpython | <!DOCTYPE library SYSTEM "python_library_metadata.dtd"> |
| [agent_home_dir]/libraries/python | |||
scala | php<!DOCTYPE library SYSTEM " | phpscala_library_metadata.dtd"> | [agent_home_dir]/libraries/ | phpscala | ||
swift | <!DOCTYPE library SYSTEM " | pythonswift_library_metadata.dtd"> | [agent_home_dir]/libraries/swift | |||
transact-sql | <!DOCTYPE library SYSTEM "tsql_library.dtd"> | [agent_home_dir]/libraries/ | pythontransactsql |
Warning | ||
---|---|---|
| ||
For reference purposes only, you can check KiuwanLocalAnalyzer predefined library definitions in [ Never save custom libraries files or edit existing files in [ |