https://i.sstatic.net/0N3OZ.jpg
I am currently working on a project using Angular 7 frameworks that involves dealing with large amounts of data. One of the tasks is to filter out trial units based on the 'userName' field in the raw data.
I have various usernames such as user22abc@ngul, user23abc@ngul, user67abc@ngul, and so on. These are sample 'userName' values that indicate trial units which need to be removed. I am looking for guidance on the specific syntax I can use to achieve this in my code. Thank you!
There are 50 trial units in my raw data set that need to be eliminated. Can someone suggest a solution or guide me on how to modify the existing code? I have tried browsing through examples and solutions but haven't been able to grasp it completely. I have also attached a sample of the code for reference.
Appreciate any help provided!