Definition file property file (jpc_file_properties.json)
- Organization of this page
Format
{
"filelist":[
{
"filename": "File Name",
"filepath": "File's absolute path",
"updateaction": "Manipulation for Defining Import",
"message": "Message"
}, ...
]
}
File
jpc_file_properties.json
Storage directory
Place the definition File that you want to work with in the Get or Refresh functions of the definition File into the compressed zip File.
Description
This File describes File name, File path, and File import operations for the definition File that are to be manipulated by the acquisition or update functions of the definition File.
Character code
UTF-8 (without BOM)
Line feed code
In Windows: CR+LF
In Linux: LF
When the definitions are applied
Loads a definition when the retrieval or updating function of the definition File is activated.
Information that is specified
|
Item name |
Description |
|---|---|
|
filename |
Indicates File. |
|
filepath |
Destination of File is written in absolute path. If File path (absolute path including File name) exceeds 200 characters, it becomes Error. |
|
updateaction |
Describes the action (command-line) that should be executed if File is updated. For detail, see ■Description of updateaction in User-created definition file list definition file (jpc_user_deffile_list.json). |
|
message |
Returns the error message ID and its Message body. If it succeeds, omit this item. |