Is list of valid values case sensitive in custom resource , hence fails to update valid values in a column? | Community
Skip to main content
Level 3
July 11, 2022
Solved

Is list of valid values case sensitive in custom resource , hence fails to update valid values in a column?

  • July 11, 2022
  • 1 reply
  • 907 views

Hi All,

 

I have configured a field name CUSTOMER_TYPE with valid values "PERSON" and "LEGAL" in custom resource (linked to profile table) and imported the column values via an import workflow. Imported file contains CUSTOMER_TYPE valid values as "Person" and "Legal". Update activity is configured correctly.

 

Although this workflow does not error out, It fails to update CUSTOMER_TYPE column values "Person" & "Legal" from imported file in profile table.

Is it because :

  • Custom resource values and file value should be an exact match considering case sensitivity? 
  • Are valid values case sensitive and hence fails to update profile table ?

 

Thanks,

Rutuja Kelkar

https://www.linkedin.com/in/rutuja-kelkar/

https://twitter.com/therutujakelkar

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 costa_n11

Hi @rut7 

Yes the value in the Enumeration is case sensitive and "Personal" is not the same as "personal"...

The best practice of data loading (and it's not Adobe specific) is to lower all String values that are used as a reference to other resources or enumeration..You also should lower the email addresses too by the way.


For enumeration, i would not expect the update to fail but you would have an error on the UI level. But things might have channed. What update error message have you got?

 

Hope this helps,

Thanks

Denis

1 reply

costa_n11Adobe EmployeeAccepted solution
Adobe Employee
July 11, 2022

Hi @rut7 

Yes the value in the Enumeration is case sensitive and "Personal" is not the same as "personal"...

The best practice of data loading (and it's not Adobe specific) is to lower all String values that are used as a reference to other resources or enumeration..You also should lower the email addresses too by the way.


For enumeration, i would not expect the update to fail but you would have an error on the UI level. But things might have channed. What update error message have you got?

 

Hope this helps,

Thanks

Denis

Rut7Author
Level 3
July 11, 2022

@costa_n11 

 

Hi Denis,

Thank you for your help, Great solution 🙂

 

There is no update activity error, logs showed : all rows processed and updated successfully, although values were not updating in table + query fetch showed zero records for CUSTOMER_TYPE.

 

I re-configured the customer resource to set values "Person" and "Legal" (considering case sensitivity) and ran the import workflow.

 

Values are reflecting in profile table, also fetching in query now with correct number of records as expected 🙂