Hi
I would like to extract only a substring of the value that I receive when using the Query function in TN under Document Type → Extract.
When using this query:
/tfe:OIOAnkomstdeklarationOpdater_I[0]/tfe:InputListe[0]/dka87a:DKA87A[0]/MesIdeMES19[0]
I get this: 12345678_111
I only want to extract the first 8 characters. I tried this:
substring-before(/tfe:OIOAnkomstdeklarationOpdater_I[0]/tfe:InputListe[0]/dka87a:DKA87A[0]/MesIdeMES19[0],‘_’)
But that gives me an error.
Any suggestions?
Kind regards Mikael
#webMethods#edi#Integration-Server-and-ESB