This shows an example of embeddeding CSV metadata within an HTML document referencing the following HTML tables which contains the following:
countryCode | latitude | longitude | name |
---|---|---|---|
AD | 42.5 | 1.6 | Andorra |
AE | 23.4 | 53.8 | United Arab Emirates |
AF | 33.9 | 67.7 | Afghanistan |
countryRef | year | population |
---|---|---|
AF | 1960 | 9616353 |
AF | 1961 | 9799379 |
AF | 1962 | 9989846 |
The metadata is describe here in a script element:
The metadata is also described in JSON.