Skip to content

Latest commit

 

History

History
 
 

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 
ex03, ex04

These examples deal with several steps...

Downloading from organism example the html file.
Currently I am doing that with reqwest in the rust-examples. That is actually OK as this only has to be done once or twice a year.

Then the html file is converted to csv. This work happens in this repo under html

From here we convert the actual csv file to its final form using regex in ex04.