August 28, 2015 at 9:21 am
I have an ID which is of the format xx.xxxxxxx (10 digit). I want to separate all the ID's which are not in this format and send them to an error table. How can i do it?
August 28, 2015 at 9:50 am
I would use a conditional split and check that the id (as a string) is 10 characters long and has its first 2 characters being numeric, the third character being a period, and the last 7 characters numeric.
For best practices on asking questions, please read the following article: Forum Etiquette: How to post data/code on a forum to get the best help[/url]
Viewing 2 posts - 1 through 1 (of 1 total)
You must be logged in to reply to this topic. Login to reply
This website stores cookies on your computer.
These cookies are used to improve your website experience and provide more personalized services to you, both on this website and through other media.
To find out more about the cookies we use, see our Privacy Policy