CSVEventSource
Events are stored in a text file where the first line indicates which fields are going to be used in creating the events for use in the SOD run. Each field, of course, is separated by a comma. From the second line on, each line represents an event, and the values are filled in the same order as the fields in the first line. For more information on how to use this, look here. The filename can also be a URL.
Example
<CSVEventSource> <events> time, magnitude, latitude, longitude, depth 2006-05-09T13:15:00.000Z, 7.0, -20.21, -173.90, 16 2006-05-09T14:57:14.000Z, 5.5, -19.70, -172.53, 40 2006-05-10T06:03:30.000Z, 5.2, -20.75, -173.10, 38 </events> </CSVEventSource>
Places this can be found
In eventSource there is a choice between all of the following