The Class FileFormatDto.
name | data type | constraints | description |
---|---|---|---|
id | number | The id. | |
fileNamePattern | string | The file name pattern. | |
auditableField | array of AuditableFieldDto | ||
code | string | required | The code |
fileNameUniqueness | boolean | Indicates if file name uniqueness is required. | |
fileTypes | array of string | The file type codes. | |
description | string | The description | |
configurationTemplate | string | The configuration template. | |
recordName | string | The record name. | |
updatedCode | string | The updated code. | |
inputDirectory | string | The input directory. | |
outputDirectory | string | The output directory. | |
rejectDirectory | string | The reject directory. | |
archiveDirectory | string | The archive directory. | |
jobCode | string | Job name (e.g : CDR_job) to process file contents |
Example
{ "id" : 12345, "fileNamePattern" : "...", "auditableField" : [ { "entityClass" : "...", "fieldName" : "...", "id" : 12345, "changeOrigin" : "...", "auditableField" : [ { }, { } ], "originName" : "...", "code" : "...", "previousState" : "...", "currentState" : "...", "description" : "...", "created" : "...", "updatedCode" : "...", "actor" : "..." }, { "entityClass" : "...", "fieldName" : "...", "id" : 12345, "changeOrigin" : "...", "auditableField" : [ { }, { } ], "originName" : "...", "code" : "...", "previousState" : "...", "currentState" : "...", "description" : "...", "created" : "...", "updatedCode" : "...", "actor" : "..." } ], "code" : "...", "fileNameUniqueness" : true, "fileTypes" : [ "...", "..." ], "description" : "...", "configurationTemplate" : "...", "recordName" : "...", "updatedCode" : "...", "inputDirectory" : "...", "outputDirectory" : "...", "rejectDirectory" : "...", "archiveDirectory" : "...", "jobCode" : "..." }