0
webscrap:how i can store the data in sqlite using data that i scraped from wensite
First I need store data in sqlite by using data in a website.now i succefull scrape the data but i did not how to link to sqlite. so how i can do?is using method or? please give me example or idea i use intellij as i tools and jdbc sqlite use to create table.
1 Odpowiedź
+ 1
you need to store each part of data inside a an array or an object (I use arrays in php) then encode them into JSON or XML or anyother supported markup langauge then save them into the database i can show you a php example of that if you want