All TagsCSV and TSV input formats (RSS)
  • RE: MSUtil.LogQuery.TSVInputFormat problem

    You are missing the parameter for the objInputFormat that matches -headerrow:off : objInputFormat.readerrow = "off" I believe will work. (you include the one for outputFormat only).
    Posted to Forum by LogParser User : Jeff on 02-08-2007, 4:00 PM
  • RE: CSV files

    The fundamental flaw in the original approach is the fact that csv files are not the same as text files. If you want it to act like one, then use -i:textline . Otherwise see Daniel's reply.
    Posted to Forum by LogParser User : Jeff on 02-08-2007, 3:55 PM
  • RE: MSUtil.LogQuery.TSVInputFormat problem

    Thanks - I tried it with changing it to "off" as well as remarking out the line altogether. Same thing.....
    Posted to Forum by LogParser User : sotherls on 02-08-2007, 11:30 AM
  • RE: MSUtil.LogQuery.TSVInputFormat problem

    just guessing but objOutputFormat.headers=False probably should be objOutputFormat.headers="off" as it is really not a boolean field. Hope this helps. Stan
    Posted to Forum by LogParser User : StanL on 02-08-2007, 11:14 AM
  • MSUtil.LogQuery.TSVInputFormat problem

    I am attempting to read a TSV file and output CSV using a vbscript. I have manually tested the script outside of vb and it works but when I try it in the vbscript I get an error about not recognizing field 1. I narrowed it down to what appears as an issue with the TSVInput Format. Here is my vbscript...
    Posted to Forum by LogParser User : sotherls on 02-08-2007, 9:35 AM
  • RE: CSV files

    The CSV input format won't have a column named "Text" unless you explicitly made one. Try running: LogParser -h -i:CSV \\h505050\c$\book1.CSV to see what column names and types LP parses from your CSV file.
    Posted to Forum by LogParser User : DEinspanjer on 02-08-2007, 7:55 AM
  • CSV files

    Please can some one advise me. I have an excel file which I have resaved as a .csv file. However when I run this query "-i:CSV -o ATAGRID " & """SELECT TEXT FROM \\h505050\c$\book1.CSV WHERE Text LIKE '%Microsoft Windows XP Professional%'""" Logparser is not returning any data, is there some thing...
    Posted to Forum by LogParser User : hg363 on 02-07-2007, 9:09 AM
  • RE: CSV date to TimeStamp

    [QUOTE User="LogParser User : StanL"]Quote: You could try setting the maxStrFieldLen on your SQL output format.[/QUOTE] Bingo! Thank you.
    Posted to Forum by LogParser User : StanL on 02-05-2007, 7:33 AM
  • RE: CSV date to TimeStamp

    You could try setting the maxStrFieldLen on your SQL output format.
    Posted to Forum by LogParser User : DEinspanjer on 02-04-2007, 10:21 PM
  • RE: CSV date to TimeStamp

    [QUOTE User="LogParser User : StanL"]Quote: I would expect the iTsFormat option to work for you, but maybe you could try setting DTlines to 0 to turn off automatic type parsing.[/QUOTE] No, it appears to have no effect. I did set oInput.dtLines=0 and then SQL such as SELECT TO_TIMESTAMP( REC_DATE, 'MMddyyyy...
    Posted to Forum by LogParser User : StanL on 02-04-2007, 10:14 AM
Page 4 of 27 (261 items) « First ... < Previous 2 3 4 5 6 Next > ... Last »
Microsoft Communities