Hi friends,
I am in learning stage in webMethods. i have a problem . I had created a schema . And i am sending a file to schema .After parsing the file ,in the flow service i am converting it to values and looping over the records one by one .In the record one field is empty value . if that field is empty value,i should map that field to another value. so what i did is I used a branch condition on that field .and below that Branch ,i used map and labeled as null. and took another map and labelled as default.
my idea is if the field is null ,it should go to the map labeled as null else it should go to the map labelled as default.
but when i am tracing it ,the cursor is always going to default map,even though the field is null.
so please tell me the solution for this.
Thanks in advance
Naren.