Regexp in Classification importer? | Community
Skip to main content
Level 2
May 12, 2016
Solved

Regexp in Classification importer?

  • May 12, 2016
  • 1 reply
  • 953 views

Hi,

I would like to classify the values in the s.product variable using the classification importer.

the s.product values are now like this: eeekkasd6ach34-762229

I want to assign the "Friendly product name" to them.

The "762229" part serves as an identifier.

To make sure all the cases are covered, I am trying to use regexp to identify the KEY for individual products.

My import file looks like this:

Key            Friendly product name
.*762229     Our Great product

But, this is not working. "Friendly product name" is not populated.

So the question - is it possible to use regexp to identify the Keys in the Classification importer?
If so, any suggestions on what are we doing wrong?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by brianau

Hi Anton,

RegEx is not supported within a classification import file. RegEx is supported within the Rule Builder UI tool within Adobe Analytics. I would recommend creating a sub-classification for your identifier (762229) to break it out as a new sub-classification key dimension apart from the whole products string value (eeekkasd6ach34-762229). A walkthrough of the required steps via the Adobe Help site is linked below:

https://marketing.adobe.com/resources/help/en_US/reference/t_rule_builder_subclass.html

Best,

Brian

1 reply

brianau
brianauAccepted solution
May 12, 2016

Hi Anton,

RegEx is not supported within a classification import file. RegEx is supported within the Rule Builder UI tool within Adobe Analytics. I would recommend creating a sub-classification for your identifier (762229) to break it out as a new sub-classification key dimension apart from the whole products string value (eeekkasd6ach34-762229). A walkthrough of the required steps via the Adobe Help site is linked below:

https://marketing.adobe.com/resources/help/en_US/reference/t_rule_builder_subclass.html

Best,

Brian