Hi Thahir,
Using tokenizer service i have tokenize the filename with delim as ‘_’
The output of the tokenizer service is stringlist.
the filename is which are converted into tokens are below.
OLOA
F23456
dat
19042005
18
OLOA2EDIS.DAT
i need to insert these tokens into oracle table, the table consist of 6 columns, to insert all the 6 tokens.
Scanforfiles is the java service which I have written to scan for files in a directory and retrives the file n displays.
To tokenize the file I used tokenize service and the delim is ‘_’ and the output is as valuelist which is in a stringlist.
can u plz tell me the steps to insert these tokens.
thanks
RKK
#webMethods#Integration-Server-and-ESB#Flow-and-Java-services