Table A contains a list of products. The first column is the name of the product.
Example product titles in Table A:
- White Long Sleeve T-Shirt
- Blue Short Sleeve Hoodie
Table B in the same base contains a list of product keywords.
Example Keywords from Table B:
- White
- Long Sleeve
- T-Shirt
- Blue
- Short Sleeve
- Hoodie
I would like help to create a script that automatically searches Table A's first column with the keywords in Table B, and "tags" them accordingly in a new column as linked records. The result of the script would look something like this:
Table A
Name | Tags (from Table B) |
White Long Sleeve T-Shirt | White, Long Sleeve, T-Shirt |
Table A contains thousands of products. Products are added regularly and titles can also be modified occasionally. The list of keywords in Table B are added manually as a new product types or categories are created. This can continue.
I am considering hiring an expert to help create this script and I would like to get a better sense of how complex this is and how much it might cost.
Thank you!