내 커뮤니티 업적 표시줄을 확대합니다.

Submissions are now open for the 2026 Adobe Experience Maker Awards

Mark Solution

활동이 없어 이 대화는 잠겼습니다. 새 게시물을 작성해 주세요.

해결됨

Numeric Classifications in Classification Rule Builder

Avatar

Level 2

I have an evar that is a string packed with multiple values, such as "type:color:price".

I want to use the classification rule builder to divide that string into the the three classifications that I have for that evar; two strings and a numeric.

Is this possible?  The drop down in the rule builder doesn't list the numeric classification, but it does list the other two.

1 채택된 해결책 개

Avatar

정확한 답변 작성자:
Community Advisor and Adobe Champion

Dear Nik,

Got your point.

Hope Numeric 2 Classifications can be done only via Importer(SAINT). Check Numeric 2 Classifications .

Also, i saw the blog which says that "Only standard text classifications can be classified using the rule builder. Date-enabled, Numeric, Numeric 2 and child classifications cannot be classified with the rule builder.".

Blog Link : Rule-based Classifications (Part 3: How to build rules) | Adobe .

AbhijeetKMishra​ Please confirm!

Thank You!

Arun

원본 게시물의 솔루션 보기

5 답변 개

Avatar

Community Advisor and Adobe Champion

Hello Nik,

You can use RegEx to classify. Please go through Regular Expressions in Classification Rules to create your own RegEx. It has an example same as your case to understand better.

Thank You!

Arun

Avatar

Level 2

Thanks, I am using Regex to break up the string but I am unable to assign $3 to the desired classification.  The dropdown does not list numeric classifications, only the string based ones.

Avatar

정확한 답변 작성자:
Community Advisor and Adobe Champion

Dear Nik,

Got your point.

Hope Numeric 2 Classifications can be done only via Importer(SAINT). Check Numeric 2 Classifications .

Also, i saw the blog which says that "Only standard text classifications can be classified using the rule builder. Date-enabled, Numeric, Numeric 2 and child classifications cannot be classified with the rule builder.".

Blog Link : Rule-based Classifications (Part 3: How to build rules) | Adobe .

AbhijeetKMishra​ Please confirm!

Thank You!

Arun

Avatar

Employee

Hi,

Yes, Numeric2 classifications are currently not supported by RuleBuilder.

They can be classified using Classification importer only.

Avatar

Level 2

Thanks!