You are viewing a plain text version of this content. The canonical link for it is here.
Posted to solr-commits@lucene.apache.org by Apache Wiki <wi...@apache.org> on 2007/04/01 04:53:31 UTC

[Solr Wiki] Trivial Update of "UpdateCSV" by YonikSeeley

Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Solr Wiki" for change notification.

The following page has been changed by YonikSeeley:
http://wiki.apache.org/solr/UpdateCSV

------------------------------------------------------------------------------
  }}}
  
  === skipLines ===
- Specifies the number of lines in the input to skip before the CSV data starts.  Default is {{{skipLines=0}}}.
+ Specifies the number of lines in the input stream to discard before the CSV data starts (including the header, if present). Default is {{{skipLines=0}}}.
  
  === trim ===
  If {{{true}}} remove leading and trailing whitespace from values.  CSV parsing already ignores leading whitespace by default, but there may be trailing whitespace, or there may be leading whitespace that is encapsulated by quotes and is thus not removed.  This may be specified globally, or on a per-field basis.  The default is {{{trim=false}}}