webscrap:how i can store the data in sqlite using data that i scraped from wensite | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
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.

4th Apr 2021, 3:25 PM
Cow cow Lee
Cow cow Lee - avatar
1 Answer
+ 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
26th Apr 2021, 7:57 AM
Nima