TEXTWORD Input Format Parameters

Log Parser

TEXTWORD Input Format Parameters

The TEXTWORD input format supports the following parameters:

iCodepage
  Values: codepage ID (number)
  Default: 0
  Description: Codepage of the text file.
  Details: 0 is the system codepage, -1 is UNICODE.
  Example: -iCodepage:1245
 
recurse
  Values: recursion level (number)
  Default: 0
  Description: Max subdirectory recursion level.
  Details: 0 disables subdirectory recursion; -1 enables unlimited recursion.
  Example: -recurse:-1
 
iCheckpoint
  Values: checkpoint filename
  Default: not specified
  Description: Load and save checkpoint information to this file.
  Details: This parameter enables the "Incremental Parsing" feature that allows sequential executions of the same query to only process new log entries that have been logged since the last execution. For more information, see Parsing Input Incrementally.
  Example: -iCheckpoint:C:\Temp\myCheckpoint.lpc
 


© 2004 Microsoft Corporation. All rights reserved.