File as a source type, when i’m trying to filter the data where clause is not working
In my dataflow I have a flatfile as source, and i’m trying to filter the records using a where clause
ERROR: ,[ReturnMsg: FFExtractCommand execution failed:EPE99999::1:1 Invalid left hand side for assignment
“Male”=”Male”
In File source, comparison operation should be provided in Where Condition.
In the above scenario, the condition in the Where clause should be SRC_TestData_gender==”Male””