singer-io / tap-bigcommerce

A Singer.io tap for extracting data from the BigCommerce API
GNU Affero General Public License v3.0
6 stars 17 forks source link

Change product_options.value in orders.json to string #17

Open shikharjaiswal67 opened 2 years ago

shikharjaiswal67 commented 2 years ago

In orders.json, product_options.value(line 430) is defined as an number. Our source data includes strings in this field, causing inserts to fail.

Example row:

products.1.product_options.1.value: Simba (Dalby) does not match {'inclusion': 'available', 'type': ['number', 'null']}

Pull Issued- #18