Closed chudkins closed 4 years ago
Often the input data contains extra spaces, such as ABC Fac Kit, so we need to implement a filter such that products won't be created with IDs like that. I think this should be fairly easy using regex.
ABC Fac Kit
This appears to be working as intended.
Often the input data contains extra spaces, such as
ABC Fac Kit
, so we need to implement a filter such that products won't be created with IDs like that. I think this should be fairly easy using regex.