Hi,I have a custom schema with one of the columns in the schema [which
takes in enum values a,b,c ]. Suppose if my input data for this column
in the excel file has say d,e,f that record should not get into the
schema and should get in only when it matches a,b or c.I am using Data
loading (file) step and Update data step in succession as of now. Tried
multiple things, but no luck. Any thoughts on this will be helpful.