I have a CSV based export from a WooCommerce site. The attributes (both regular and global) all have an attribute_data field next to the data. For example, here is one:
| attribute:pa_weight | attribute_data:pa_weight | attribute_default:pa_weight |
|---|---|---|
| 0.44 | 11|1|0 |
Some of these attribute_data values are: 1|1|0 , 5|1|0, 3|1|0, etc
It seems the last number is always zero and the middle is always 1. The first numbers varies.
Any ideas what these different numbers are for?