Unicode characters as separators...

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • drubin
    New Member
    • Nov 2007
    • 1

    Unicode characters as separators...

    I'm trying to parse a log that has a separator which is the latin character þ. Below is what I'm getting when I try to parse this log using Logparser 2.2. Does anyone know if the -iseparator parameter accepts non ascii-8 characters?

    E:\logparser_te st>LogParser.ex e "SELECT User-ID FROM test.log" -i:TSV
    -iCodepage:1252 -iTsFormat:"mm-dd-yyyy" -headerRow:ON -iseparator:\u00 FE

    Error: Invalid value "\u00FE" for parameter "iseparator "
Working...