I’m working for an online retail shop and need to scrape product details from a wholesaler’s website. I successfully did this using Python. However, I encountered a challenge when uploading the data to Shopify: some of the metafield content includes bullet points, and the bullet point size from the scraped data doesn’t match Shopify’s default. The bullet points from the scraped data appear smaller than those on Shopify.
Currently, two of those metafields are rich text fields that do not support HTML tags, any HTML is displayed as plain text. I would prefer not to add bullet points manually using Shopify’s rich text editor, as we have a large volume of data to upload and doing it manually would be extremely time-consuming.