Service File data parsing
Hi,
I am using a service file rule to create the cases based on the data in the CSV file.
My requirement is like i should skip a record if some mandatory values are missing from that record.
I tried using Obj-Validate in case creation activity but Obj-Method is checking for all the rows in the CSV at once so i am not able skip that record.
Can anyone please suggest what should be the approach.