Directory Origin producing field names enclosed in 'single quotes'?!
I'm running SDC 3.3.1.
I have a directory origin reading IIS log files using a regular expression.
All seems to work as expected, until you attempt to reference a field by its name. It took me a while, but I now realise that the field names are being enclosed in single quotes?! What am I doing wrong?
So in stead of /date
, I'm getting /'/date'
!