Reply To: Postscript, PDF and TXT

Clovertech Forums Read Only Archives Cloverleaf Cloverleaf Postscript, PDF and TXT Reply To: Postscript, PDF and TXT

#56505
Anonymous
Participant

    You shouldn’t have a problem with Cloverleaf recognizing any file.  The FileSet driver is able to read any file that shows up in a specific directory.  So you could set it up to process the directory where the other system is going to ftp the file.  Cloverleaf sees it and reads it.

    However, if you’re not going to process the message inside of Cloverleaf you may want to think about accomplishing a simple move another way.  For instance you could use cron (unix) or the scheduler (windows) to run a script that looks for files in a directory and moves them along.  Or you could use the Cloverleaf file driver to ‘see’ the file and then use the directory parse TPS to run a TCL procedure that moves the file.

    If you do use Cloverleaf then you’ll want to raw route the transaction.

    Cheers,