I will be extracting and decoding the base64 file out of an HL7 message.
I’ve been told that the way this works, CPDI needs two files, 1 control file and one binary pdf file.
The system will read the control file and process the pdf file (as long as I put a .tiff extension on it).
Here’s the rub… The pdf (.tiff) files need to be in their own subdirectory for this to work.
There are way too many of these subdirectories needed so they can’t be set up in advance.
Here’s my question…
Is there a way to issue a mkdir command on the remote host during a fileset-ftp transaction in Cloverleaf?
Is it as simple as setting OBFILE in the metadata and Cloverleaf will create the remote subdirectory if it’s not already there?