Loading

NULL Result When Using REGEXP_EXTRACT

게시 일자: Apr 13, 2024
상세 설명
When using the following regular expression: REGEXP_EXTRACT, the field returns Null values. 

Cause

Null is returned when the Regular Expression string does not have a match.
솔루션
Either the data does not match the Regular Expression string, or the Regular Expression string is incorrect.

For example, if REGEXP_EXTRACT([username], '(e)') returns Null, the [username] field may not contain any records with 'e' in them.
추가 자원
For assistance on regular expression syntax, see your data source's documentation. For additional information about regular expressions, see the following third party websites: 

Knowledge 기사 번호

001471543

 
로드 중
Salesforce Help | Article