I am looking for some assistance in writing a javascript parser for tab delimited line of text.
Below is how the data is supplied to be via a blank HTML page:
# Symbol|Name|Last|CuVol|Time
RIN|Rinker Grp Ltd ADR|47.4800|10600|12:23:20
I would like to extract each value as its own variable.
Any assistance on some sample code would be appreciated.
Below is how the data is supplied to be via a blank HTML page:
# Symbol|Name|Last|CuVol|Time
RIN|Rinker Grp Ltd ADR|47.4800|10600|12:23:20
I would like to extract each value as its own variable.
Any assistance on some sample code would be appreciated.
Comment