I am looking for a Java
tool to scrape a CSV
from a website and then parse the data. Jsoup seems like a viable option. Is there a way to scrape a CSV
file and then save the information to a database using Jsoup?
Or is it strictly for scraping HTML
code? Thanks.