« Previous Next »
Last post 05-23-2006 2:50 PM by LogParser User : DEinspanjer. 3 replies.
Average Rating Rate It (5)Thank you for the rating!
Page 1 of 1 (4 items)
Sort Posts: Oldest to newest Newest to oldest
I have struck while doing some programming using Logparser. I successfully did many of automations using logparser but was not able to convert COMCSVOutputContextClassClass output as input to SQLOutput class.
Can any one give a clue on how to produce CSV output object as input to SQL Output class.
Thanks in advance.
SpellBound
I process the file in 2 parts
1. I process IISW3C Format and convert it to CSV.
2. Now in the CSV Ouput I got (not a physical file), I want the same object to be passed as an input to SQL output class.
is that possible ?