Nov 13, 2020 02:17 PM
Hi folks,
I’ve searched for an answer to this and have yet to find it. Will consider hiring someone to handle this use case, too.
My e-commerce platform allows me to create a number of custom fields that are essential for me to use in several ways, but it provides no way to edit them in bulk. In fact, it will only export those fields in a single cell like this:
AWG=10;Color=Black;“Number of Conductors=4”;“Conductor type=Stranded”;CSA=YES;“Insulation=EPDM - Ethylene Propylene Diene Monomer”;“Jacket type=Thermoset CPE”;
Not every product uses all the same fields, though many do. That means there is no consistent number of values in every cell. It could be several or 16 or …something else.
Also, I don’t know why it puts quotes around some fo the value pairs but not others. It seems not to do it for short ones. Very odd.
I would like to:
Easy, right?
Thanks for reading and considering my case!
Mike
Nov 13, 2020 02:49 PM
Hi Mike, and welcome to the community!
No, it seems to do it for ones that have no embedded spaces. :winking_face:
No again. :winking_face: You need a complex parameter parser and builder. This is not easily achieved in formulas; ergo - best to think about a scripting process to pull this off - something like this one.
And by “populate the product row” you really mean push the values (after 😃 into columns who field names match the names to the left of the = sign? Ergo…
“Number of Conductors=4
” needs to be saved to a field named “Number of Conductors
” with a value of 4
, right?
Nov 14, 2020 02:32 PM
Thanks, Bill. You described my situation more clearly than I did.
Any ideas about how I can get help creating the appropriate script?
Nov 14, 2020 02:44 PM
Do you have a child under the age of 12? Chances are she knows javascript. :winking_face:
Seriously, though, there are probably kids nearby (highschool, community college, etc) that are javascript programmers and I know many business people who lean on these little techno-savages to build code.
Short of that, hire someone here to build just the basic task and teach you a bit; once you see the pattern, you’ll probably be able to pick it up pretty fast.
Create a new post that describes a cry for a simple field parsing script. There may also be some examples that I’m not aware of.
Nov 14, 2020 02:57 PM
I have people I can ask, but someone already skilled in airtable seems like a good idea. I’ll put up a post. Are you available for hire?
Nov 14, 2020 03:12 PM
Yes, I am, and appreciate the ask. However, my rate is $250/hr and I’m slammed well beyond Covid-19. You can get this done far cheaper and much sooner.
Nov 14, 2020 03:15 PM
Ok. Thanks, Bill. I’ll put the call out.