Configure Category Sheet

Add the colum name for category :

here's how the "category" sheet would look after adding data:

category_id

category_title

image_url

1

Movies

url_to_image

2

Entertainment

url_to_image

3

Kids

url_to_image

4

Sports

url_to_image

You can input the categories for the TV app in the "category" sheet using the provided column name headers. (cateogry_id,category_title,image_url)

Here is what the bottom of the sheet looks like

I used here google drive link of image .you can upload image to the google drive and share the link here it will be visible in the app

Please ensure that each category_id is unique and not repeated across different rows of data. The category_id serves as the primary key in the database, so it's essential to avoid duplicating it. Please exercise caution in maintaining this uniqueness while inputting data.

Last updated