Numeric Classifications in Classification Rule Builder | Adobe Higher Education
Skip to main content
Level 2
November 13, 2017
Risolto

Numeric Classifications in Classification Rule Builder

  • November 13, 2017
  • 5 risposte
  • 4118 visualizzazioni

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.

Questo argomento è stato chiuso alle risposte.
Migliore risposta di PratheepArunRaj

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 risposte

PratheepArunRaj
Community Advisor and Adobe Champion
Community Advisor and Adobe Champion
November 14, 2017

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

Thank You, Pratheep Arun Raj B (Arun) | Xerago | Terryn Winter Analytics
nikb747Autore
Level 2
November 14, 2017

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.

PratheepArunRaj
Community Advisor and Adobe Champion
Community Advisor and Adobe Champion
November 15, 2017

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

Thank You, Pratheep Arun Raj B (Arun) | Xerago | Terryn Winter Analytics
Adobe Employee
November 15, 2017

Hi,

Yes, Numeric2 classifications are currently not supported by RuleBuilder.

They can be classified using Classification importer only.

nikb747Autore
Level 2
November 15, 2017

Thanks!