Hi,
I am working on WM 4.6 .I need to extract data from a flat file. I have used userdefined template with character delimiter,but its not able to parse data.
The error returned is…
An error occurred while tracing.
com.wm.app.b2b.server.ServiceException: Input template object in service wm.b2b.edi:convertToValues is null [EDICOR.000010.000822]
Can you suggest wat d problem is?
The template a designed is…with * as field separator.
Are you able to see template object when you did getTemplate and then you have to pass this template object to convertToValues to parse the desadv document.
Looks like templateobject is null in the pipeline,please debug it.
hi, i worked on it again… i am receiving template record from documentToRecord service which i am giving as input to convertToValues. & the data into edidata is string of input i defined before…
50135467228271780129987051010123455’1’*…
Now the error is…
Could not run the service ‘parse’.
java.lang.NullPointerException
Please let me know where can i go wrong. Its a urgent situation.