Hello,
So I've gotten like 6 spreadsheets with Data, and one of them is product features, they've been sent to me with either the bullet point (just the dots) or hyphens. Each spreadsheet contains 70 products, so about 420.
I've used Replace and Find to remove them so it's just a simple list.
Crisscross Structure
Velcro Closure
2 Angle Pulls
So now, I want to upload these to my ERP/CRM backend but I gotta put the bullet points to be in HTML tags
So doing this manually using concat to add front and back
is taking a long long loooooong time! lol
Can anyone help me?
Thanks
So I've gotten like 6 spreadsheets with Data, and one of them is product features, they've been sent to me with either the bullet point (just the dots) or hyphens. Each spreadsheet contains 70 products, so about 420.
I've used Replace and Find to remove them so it's just a simple list.
Crisscross Structure
Velcro Closure
2 Angle Pulls
So now, I want to upload these to my ERP/CRM backend but I gotta put the bullet points to be in HTML tags
Code:
< li >Crisscross Structure< / li >
< li >Velcro Closure< / li >
< li >2 Angle Pulls< / li >
So doing this manually using concat to add front and back
is taking a long long loooooong time! lol
Can anyone help me?
Thanks
Last edited: