Thank you in advance for the help! ?
After extensive forum research, I decided to post since I was unable to find a comparable problem/solution.
Summary
Objective/desired outcome
After extensive forum research, I decided to post since I was unable to find a comparable problem/solution.
Summary
- Objective
- Map supplier SKUs (product IDs) to our internal SKUs (e.g. ABC00240404XP R/T US28 --> ABC-4040XP-689)
- Data
- 100,000+ SKUs
- Multiple brands, product lines, and models
- Varying SKU nomenclature between suppliers (e.g. 1 product, 2 different supplier SKUs)
- SKU overview
- Nomenclature can vary (e.g. use of dashes, spaces, and different finish/color IDs)
- Goal
- I need to extract one or more values/IDs/criteria from within the SKU string
- The criteria will vary depending on the brand or product line
- SKUs also vary in structure/format and length (len() is <10 to 50+)
- Use of dashes (-), spaces, and other characters to separate the different code
Objective/desired outcome
- Extract the needed values/text
- Transform the data (e.g. convert finish code: e.g. from: US28 --> to: 689)
- Create a new SKU based on our internal nomenclature