<h2>org.autoplot.ascii.MultiFieldTimeParser</h2><p>Parse the record by recombining the separated fields, then parsing
 the combined string.

 2010/03/11: Indeterminate field length is used when one field is in a record.
 2010/03/11: The last field, if just one digit type (%S), can contain fractional part.</p>
<h2>MultiFieldTimeParser( int firstColumn, <a href='https://docs.oracle.com/javase/8/docs/api/java/lang/String.html'>String[]</a> timeFormats, <a href='http://www-pw.physics.uiowa.edu/~jbf/autoplot/doc/org/das2/datum/TimeParser.html'>org.das2.datum.TimeParser</a> parser, <a href='http://www-pw.physics.uiowa.edu/~jbf/autoplot/doc/org/das2/datum/Units.html'>Units</a> units )</h2>
<p></p>

<hr>
<a name="parseField"></a>
<h2>parseField</h2>
parseField( <a href='https://docs.oracle.com/javase/8/docs/api/java/lang/String.html'>String</a> field, int columnIndex ) &rarr; double

<p>Either the field is accumulated in a string, and the entire string is parsed for the last field.</p>

<h3>Parameters</h3>
field - the contents of the field.
<br>
columnIndex - the index of the column in the table.

<h3>Returns:</h3>
0 or the value for the time unit if it's the last field.
<br><br>
<a href="https://github.com/autoplot/dev/search?q=parseField&unscoped_q=parseField">[search for examples]</a>
 <a href="https://github.com/autoplot/documentation/tree/master/javadoc/org/autoplot/ascii/MultiFieldTimeParser.md">[view on GitHub]</a>
 <a href="http://www-pw.physics.uiowa.edu/~jbf/autoplot/javadoc2018/org/autoplot/ascii/MultiFieldTimeParser.html#parseField">[view on old javadoc]</a>
<br>
<br>