Search found 2 matches
- Thu Jan 05, 2017 7:12 am
- Forum: HTML, CSS and other UI Design Technologies
- Topic: extracting data from html table
- Replies: 2
- Views: 5441
Re: extracting data from html table
So the first row can be mapped to the column names and the remaining rows contain the data? yes Could you not use an XPath query to first build up column names and then create an array of data which you could insert into your database? What have you tried and where did it fall short? I tried with r...
- Wed Jan 04, 2017 11:28 am
- Forum: HTML, CSS and other UI Design Technologies
- Topic: extracting data from html table
- Replies: 2
- Views: 5441
extracting data from html table
Dear all, I would like to submit a question to which unfortunately I can not find solution. I will briefly explain my problem. I would like to populate the database with the data that are present within a table in an html file and if possible repeat this for each html file, I have about 2000 files t...