pub fn parse_numeric( input: &str, field_name: &str, ) -> Result<String, ParseError>
Parse numeric string (digits only)