FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | FIELD | ACTION | DETAIL: IMPORT | CONSTANT | FIELD | ACTION |
Field summary | |
---|---|
string | transportName The name of the transport being used within the file adapter. This should match the transport name used in the IAF config file so the transport can recognise events intended for it. Default configuration: "JMultiFileTransport". |
integer | requestId Request ID for this open file event. The response, either a FileHandle Event or an error, will contain this ID. |
string | codec The name of the codec to use with the file. This should match one of the codecs specified in the (static) config file. Use the null codec (by default this is called JNullCodec)to read entire lines without additional interpretation taking place. |
string | filename Full filename, or file pattern (i.e. *.txt, *.csv etc) within directory path if intending to read all files matching a pattern in order of last time modified. |
integer | linesInHeader Lines in header. |
string | acceptedLinePattern Java Regex pattern to use to match lines to read. Only lines matching this pattern will be read. Leave blank i.e. "" if all lines should be read. |
dictionary<string, string> | payload Additional payload items. |
Field detail |
---|
string acceptedLinePatternJava Regex pattern to use to match lines to read. Only lines matching this pattern will be read. Leave blank i.e. "" if all lines should be read.
string codecThe name of the codec to use with the file. This should match one of the codecs specified in the (static) config file. Use the null codec (by default this is called JNullCodec)to read entire lines without additional interpretation taking place.
string filenameFull filename, or file pattern (i.e. *.txt, *.csv etc) within directory path if intending to read all files matching a pattern in order of last time modified.
integer linesInHeaderLines in header.
dictionary<string, string> payloadAdditional payload items.
integer requestIdRequest ID for this open file event. The response, either a FileHandle Event or an error, will contain this ID.
string transportNameThe name of the transport being used within the file adapter. This should match the transport name used in the IAF config file so the transport can recognise events intended for it. Default configuration: "JMultiFileTransport".
FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | FIELD | ACTION | DETAIL: IMPORT | CONSTANT | FIELD | ACTION |