-
Posted to
General Discussion
by
brinkcm
on
01-20-2009, 4:00 PM
While I've gotten good use out of the LPT, I'm looking for a wider variety of examples. I'll Wayback the site, and am quite familiar with Googling for LP examples. I think Wayback's going to be my best bet.
Thanks all.
-
Posted to
General Discussion
by
brinkcm
on
01-02-2009, 12:02 PM
I'm a newcomer to this community, but from what I can tell Logparser.com used to be a separate site with a repository of examples. Might that repository exist, and if so where can I access it?
Thanks!
-
Posted to
Advanced Topics
by
brinkcm
on
12-24-2008, 10:46 AM
I'd almost forgotten about LPL since I've been scripting most of my logaprser usage these days. :) Are either of those formats available outside the program? Thanks!
-
Posted to
Advanced Topics
by
brinkcm
on
12-18-2008, 9:27 PM
No one? Looking to record multiple lines as a single record.
-
Posted to
General Discussion
by
brinkcm
on
12-09-2008, 12:40 PM
From my own experience with both the program and the book, I found that the basics are best learned by perusing the excellent documentation in logparser.chm. Once I had those down, the first few pages of Chapter 1 were a rehash but it was nice to see more examples. The rest seems to be for advanced topics and not a beginner's guide.
-
Posted to
Advanced Topics
by
brinkcm
on
11-18-2008, 12:50 PM
Any further thoughts? ;)
-
Posted to
Advanced Topics
by
brinkcm
on
11-07-2008, 3:18 PM
Does this qualify as an advanced topic? If not, I apologize, and could a moderator please move it to the appropriate forum? Thanks!
Here's a query from a batch file I used to parse data from multiple lines:
logparser "SELECT text USING IN_ROW_NUMBER() AS thisindex INTO '%logdir%\ini.txt' FROM '%mytemp%\ini.temp' WHERE ...
-
Posted to
Advanced Topics
by
brinkcm
on
11-04-2008, 12:51 PM
For the sake of clarity, are commas the only characters not supported? ie, if I'm parsing a log using functions to manipulate strings based on backslashes, can I use '\\' or will I need to use unicode?
-
Posted to
Input Formats
by
brinkcm
on
10-21-2008, 10:05 AM
Any thoughts? If need be I can pre-process the logs before parsing them.
-
Posted to
Input Formats
by
brinkcm
on
10-13-2008, 2:10 PM
Sorry if this comes across odd, I can't figure out this text editor.
Is there any way to change the delimiting character using TEXTLINE? For instance, the text file has:
Text<CR>
<CR><LF>
<CR>
<CR><LF>
More text<CR>
Notepad and Logparser show one blank line between the two ...