I am trying to check for various chars such as double quote, single quote, tab, comma etc. I have tried using
count for field1 $ "\x23" to DoubleQuoteCount
and
count for field1 $ "\t" to TabCount
and so on but I dont get the results I expect.
Am I doing something wrong, or sould I recheck my expected results?
Thanks
barry
count for field1 $ "\x23" to DoubleQuoteCount
and
count for field1 $ "\t" to TabCount
and so on but I dont get the results I expect.
Am I doing something wrong, or sould I recheck my expected results?
Thanks
barry