Forum Discussion
amardeep2021
5 years agoNew Contributor III
Expression and pipeline working fine and generates file with all records and column values for opposite one isNaN(parseInt($a)) == false
But for the negative scenario it’s creating file with header and only comment column with value for 90 million records.
Does anyone know why this is happening only when I use this expression isNaN(parseInt($a)) == true the filter as I have not changed anything else?
Above sent setting screenshots are same. Kindly help me to resolve this as this is very high priority for me.
Regards,
Amar.
bojanvelevski
5 years agoValued Contributor
Do you by any means receive only numbers, and string version of numbers from the $a field? Ex.: 1 or “1”?