on 2024 Aug 13 5:23 AM
Bank Reprocessing Rules is not able to cater our requirement, which is to add leading zeroes to Reference field. The bank sends them without leading zeroes, while our Reference field contains additional 2 leading zeroes.
Hi,
no the processing rule is not capable of doing that. Have you tried it using a REGEX function in the additional conditions?
Let's say your assignment numbers have a 10 digits length, then your REGEX should be this one:
^(?!0+$)0\d{10}$
If it's longer or shorter than 10, please adjust the red highlighted 10 in my REGEX function.
If you add this to your processing rule, it will match.
Best,
Edrilan Berisha
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Hi Vanessa,
then you have to adjust the REGEX function and add whatever prefix could be there. If you have issues to create such a REGEX, please use LLM models out there (ChatGPT etc.) to generate a REGEX function for you. It's really not that hard. The algorithm 421 should be fine.
Best, Edrilan Berisha
User | Count |
---|---|
110 | |
8 | |
6 | |
6 | |
6 | |
5 | |
5 | |
5 | |
4 | |
4 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.