Hello everyone, I have a question regarding data generation.
I want to create physical products in bulk based on various conditions.
I have libraries for 3DParts, consisting of A-Type (100), B-Type (100), and C-Type (100).
I want to generate physical products with specified Titles based on combinations of A-Type, B-Type, and C-Type.
All condition is organized in Excel.
Is there an easy way to create these products using built-in functionalities?
Thank you!!
Example)
# Considering all possible combinations, there are about 2,000 cases
- Product A
- 3DPart A Type 1
- 3DPart B Type 10
- 3DPart C Type 20
- Product B
- 3DPart A Type 2
- 3DPart B Type 11
- 3DPart C Type 21
- Product C
- 3DPart A Type 3
- 3DPart B Type 14
- 3DPart C Type 36