1

I have a question, When fte picks a file, convert the record delimiters into messages. At the end of the message, can we add one EOF message?

T.Rob
  • 31,522
  • 9
  • 59
  • 103
Mansoor
  • 73
  • 1
  • 14
  • Any reason why you want to send EOF message? Because FTE writes the file at the destination only after it receives complete file from source. – Shashi Jul 11 '13 at 07:06

1 Answers1

0

FTE provides several call-out points at which you can perform almost any manipulation. In this case, the post-transfer destination call can be used to append any data you wish to the end of the file prior to marking the transfer complete.

Please see Running programs before or after a transfer in the Infocenter.

T.Rob
  • 31,522
  • 9
  • 59
  • 103