All Tags >
XML output target (
RSS)
Sorry, but there are no more tags available to filter with.
-
Certainly. I'm using the output as contribution to a project's document repository. I'm involved in a project where there are a large number of directories/files and nobody has a clue as to what files are where and what they contain. I'm using the code to scan given directory hierarchies and obtain key...
-
This sounds very interesting, but I think it would be useful if you could give a brief example of a use case for the code so others would know where it might provide value to them.
-
Hmmm, couldn't get the zip file to attach, so try this link instead .
-
I've mailed a submission to Mike for inclusion in the repository that uses Log Parser to obtain a variety of properties for a list of files from one or more directory hierarchies. All three of which (i.e. the properties, the files and the directories) are configurable by a user simply by modifying the...
-
Errors while attempting to use Log Parser XML file as Database in Crystal Reports. LogParser "SELECT * INTO D:\IISLogs\report1.xml FROM D:\IISLogs\ex060619.log WHERE cs-username <> NULL" Am I missing some switches to get this to validate within CR? First Record with Header Info: [code] <? xml...
-
Errors while attempting to use Log Parser XML file as Database in Crystal Reports. LogParser "SELECT * INTO D:\IISLogs\report1.xml FROM D:\IISLogs\ex060619.log WHERE cs-username <> NULL" Am I missing some switches to get this to validate within CR? First Record with Header Info: [code] <? xml...
-
Did you try using the -standAlone: OFF parameter to not generate the full xml and then manually add a <root> to the beginning and </root> to the end?
-
I have the same problem. I used this code to import XML data into gridview. MyDataSet.ReadXml(Server.MapPath( "xml00.xml" )) gridview1.DataSource = MyDataSet.Tables(0) gridview1.DataBind() It will show only one line DATE_CREATED="2005-04-12 18:54:15" CREATED_BY="Microsoft Log Parser V2.2". Were you able...
-
Open the help file in C:\Program Files\Log Parser and navigate through the Table of Contents to: Log Parser | Writing a Query | Basics of a Query It tells you everything you need to know for a simple query like this: LogParser.exe "SELECT * INTO my_XMLFile.xml FROM my_CSVFile.csv" If you don't like the...
-
Hello Guys, just heard from one of the EE experts about this tool and would like to get a jump start using it. Could you help me with a batch to convert thisa CSV into XML "Source Account Number","Source Account Name"," Security ID","shares" "ASZF2345","INTL111","EP317 ","2222" "ASZF2345","INTL111",...