Difference between revisions of "App/ce/batch load"

From mx Help Wiki
Jump to: navigation, search
(Example file)
Line 1: Line 1:
This simple batch load does not geocode the labels, it just allows you to quickly capture many verbatim collecting events. The input is a text file.  Whitespace lines indicate a new collecting event, "---" lines indicate a whitespace line (they will be translated to newline).  You may need to convert your line endings to UNIX format.
+
This simple batch load does not geocode the labels, it just allows you to quickly capture many verbatim labels and generate collecting event entries for them. The input is a text file (no problems with end-of-line characters detected, if else you may need to convert your line endings to UNIX format).
 +
 
 +
A series of three hyphens in one line, e.g.  "---" separates labels, i.e. different collecting events.
 +
A whitespace line can indicate separate labels in the same collecting event, but will be grouped under the same field, "verbatim label".
 +
 
  
 
== Example file ==
 
== Example file ==
Line 24: Line 28:
 
</pre>
 
</pre>
  
This file results in 2 labels. The "---" is translated into a label separator.
+
This file results in 2 labels. The "---" is translated into a label separator. The second label has a blank line to separate the geographical information from the note ("collected off...")

Revision as of 12:10, 19 July 2010

This simple batch load does not geocode the labels, it just allows you to quickly capture many verbatim labels and generate collecting event entries for them. The input is a text file (no problems with end-of-line characters detected, if else you may need to convert your line endings to UNIX format).

A series of three hyphens in one line, e.g. "---" separates labels, i.e. different collecting events. A whitespace line can indicate separate labels in the same collecting event, but will be grouped under the same field, "verbatim label".


Example file


USA:TX:Brazos Co.
2 mil SW College
Station, ix-12-2009
S.Smith, Malaise

---

USA:TX:Brazos Co.
2 mil SW College
Station, ix-13-2009
S.Smith, Malaise

Collected off of
really really big tree



This file results in 2 labels. The "---" is translated into a label separator. The second label has a blank line to separate the geographical information from the note ("collected off...")

Personal tools