LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Scraping with HTTP - Table

I was able to get some of the data I would like to have on the current VI. I would like to get the complete table from the website provided here:

 

https://webbook.nist.gov/cgi/cbook.cgi?ID=C71432&Mask=2000#Gas-Chrom

 

I would like to get each line in the Gas Chromatography table on the website in a table in LabView or string with spaces. Is there a way to do this?

 

-John

0 Kudos
Message 1 of 2
(1,847 Views)

There's no way around just brute-forcing it.  Use regex to help you parse.

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 2 of 2
(1,824 Views)