I currently have a working process that involves IS reading my flatfile from disk and processing it. What I want to do is to have that flatfile stored in tn just like any other EDI document. How do I define a doctype for a custom flat file in TN?
So far I have created a flow that I can ftp the file to. In that flow I do the following:
pub.io:streamToBytes
pub.string:bytesToString
EDIOutbound.utils:determineTemplateToLoad (customer flow)
EDIOutbound.process:load810FileTemplate (custom flow)
wm.b2b.edi:convertToValues which outputs an EDIVaules record that should contain my flatfile but my data is placed in unDefData in EDIValues.
I’m positive that the template being passed to convertToValues is correct as it is the same template I use when the file is read from disk.
I had expected that the EDIValues output from convertToValues would contain the correct structure for my flat file that I could then create the doctype for in TN. Is this the correct logic?
Any suggestions on what is happening with the convertToValues.
Thanks.
#Integration-Server-and-ESB#B2B-Integration#webMethods