i am doing schema check for one of the long type field where expectation is to have number only without (-) hyphens ex: 1505944477337 but some of the source record is coming like this 00-000-0000 , unfortunately schema check is passing these 00-000-0000 values without error . how do i check and rejects these through schema check.