normalizeNumber function in pipeline
we have normalizeNumber function in InGrammar, that normalize A_NUMBER. But after normalize if my A_NUMBER was 99423423 and it become like 004499423423 but my requirement is to get A_NUMBER like 009999423423. I have tried to search the logic to change the default value but not able to get that. Can I comment normalizeNumber function in InGrammar?? If I do like this everything will be ok??