JavaScript Web Scraper: Converting JSON Into Table Format (Part 2/2)

preview_player
Показать описание
Hi guys,

In this video we will be taking the JSON data obtained from the IMDb website using the code from part 1. We will be creating a small application to convert the data into a HTML table format.

We will then create another function within the app which will allow us to copy the table information and paste into a spreadsheet.

As always thank you for watching. If you have any questions then please leave me a comment below.

Conor
Рекомендации по теме
Комментарии
Автор

Thanks for the tutorial! Do you think HasData would work well for extracting more complex JSON data like this?

DanBrewster-yw
Автор

On line 33 it's not col.length, it's jsonData.length, it will make n rows. Greetings, it helped me a lot.

torrezneiva