Validation and checks in ICS
Summary
Looking for guidance on how to do data validation/checksContent
Assuming I am exposing a REST Endpoint which receives a CSV attachment... what are my options to do data validation in an example like below:
Name Phone
Anil 123456789
1. There are at-least 9 characters in phone number
2. Name field is NOT null.
0