Hi,
Please help me this; I have a text file which contains 1) Employee ID 2) Emplyee name 3) Job Band 4) Salary 5) Date. The input is in flat file which looks like this:–
67899~kashmira~D~187787~2006-07-17
Now i choose to use custom pipelines and make orchestration in such a way that it compares the
Now i choose to use custom pipelines and make orchestration in such a way that it compares the
job band = 'D'
then salary = salary * 1000
else terminate orchestration.
I expect the output in xml while the input is a text file
please treat this as urgent …
thanks in advance..