Pattern Field Property in AEP Schema
Hi Adobe Community, Greetings!
Until early Feb or Feb end, I was able to see the pattern field property available for string fields in AEP and could freely test the regex pattern to filter out records which were invalid. For the use case, we wanted to filter out invalid Identity values and we could do the testing.
But until recently, Adobe has pushed an update it seems where the pattern field property is only available if dataset is not created from the schema. So to test the regex pattern you need to create schema → add pattern → create dataset → Ingest data to test if regex pattern is working or not.
Incase the pattern fails, then you need to delete the dataset → update regex pattern in the schema → create dataset → ingest data → and test again.
So, I feel this is not very developer friendly. When I inquired this with adobe support, I got to know the reason why this change was made is, now Pattern is considered as a breaking change. I feel its not, as we can control the error threshold so that the whole batch does not fail even when multiple rows are rejected.
What does the community think on this? Is Pattern really a breaking change?
Thanks,
Sambit