-
Posted to
Input Formats
by
cci
on
06-07-2009, 11:52 AM
It looks like Invalid Character translates to "invalid at top level of the document" which occurs if I access the xml with msxml2.http.6.0.... The XML was generated from a wsdl which was in turn generated via Cold Fusion, so I assume something deviates from the Microsoft and W3C standards???
-
Posted to
Input Formats
by
cci
on
06-07-2009, 6:46 AM
I am trying to use LP to output a webservice response to csv. It has worked on several occasions, but in one case I get an error message that there is an invalid character in the text output. What would LP consider an invalid character?
-
Posted to
Input Formats
by
cci
on
04-29-2009, 8:55 PM
Maybe I should re-phrase - if I were to perform a word count on my previous post, it would show
Text CountofText
obtain 2
"obtain" 1
'obtain' 1
but I would like the SQL to be written in a way to ...
-
Posted to
Input Formats
by
cci
on
04-27-2009, 6:38 AM
Can the SQL statement for the Textword input be so specified that you can obtain or "obtain" or 'obtain' a word count without regards to punctuation, i.e. the word obtain would be counted 4 times rather than 2. Stan
-
Posted to
Input Formats
by
cci
on
04-23-2009, 10:22 AM
I thought this was a simple yes/no question.
-
Posted to
Input Formats
by
cci
on
04-20-2009, 6:13 PM
Then let me re-phrase slightly... can LP recognize CR (chr13) LF (chr10) or {TAB} as parseable for text?
-
Posted to
Input Formats
by
cci
on
04-20-2009, 8:43 AM
This may have been answered before, but I haven't found it. Given a web-page is saved as an .htm file, and your use logparser with Textline input to extract specific lines with certain keywords. Logparser assumes the .htm has only one line, so I assume Logparser defaults to a CRLF as a line delimiter. It would be nice if there were ...
-
Posted to
Input Formats
by
cci
on
04-12-2009, 7:06 AM
Yeah, my bad... actually the security log was so large the script was timing out. I did a little refining and all is well. Stan
-
Posted to
Input Formats
by
cci
on
04-11-2009, 10:14 AM
This question has been asked before but not answered. I am an admin and would like to query the security log on our server from my workstation. Assuming the simplest
"SELECT * FROM SERVER,Security"
or
"SELECT * FROM \\Server\c$\windows\system32\config\SecEvents.evt"
I will get an error that the file is ...