I’m creating a site where ppl can find an aggregated summary of beauty product reviews. But I’m first scraping data from other review sites.
I have one database that contains product information (product images, names, overall rating, etc.). I have another database that contains the actual reviews for each product.
When I bulk upload how do I ensure that the reviews in the database are properly connected to the product database? I know when I manually upload it creates a unique ID when I add a review and connects it to the proper product… but I am not sure how that happens with bulk upload. Or should I just generate a unique id for every new product and review scraped?
So when you create a new review for a product within your app you are using this format: 1. Create New Review 2. Make Changes to Product (add review) Right? And as you may know this let’s you access data via Bubble by saying “Product’s Reviews…” However you can also link this information with Do A Search For and ids. You don’t need to use Bubble’s default unique idea You can generate your own id for the product so it’s more manageable than the really long one that Bubble automatically creates. The video will show further details