Hello WickedFire! :xmas-smiley-010:
Here's what I got: 2 csv columns where 1st column has "names" of keyword groups and second column has those keywords, like so:
value1 something1
something2
something3
something4
value2 blabla1
blabla2
blabla3
----
and so on; I need a simple script that would take this and fill all (now empty) cells of 1st column with corresponding values (value1 and value2 in my case) so it looks like this:
value1 something1
value1 something2
value1 something3
value1 something4
value2 blabla1
value2 blabla2
value2 blabla3
Number of keywords per group isn't fixed either, it can be 3 or 15...
Output can be .csv or on-screen, but it has to be comma or tab- separated.
My team is extremely busy now, looking to code this quickly for reasonable rate. Please reply here or PM.
Thanks
Here's what I got: 2 csv columns where 1st column has "names" of keyword groups and second column has those keywords, like so:
value1 something1
something2
something3
something4
value2 blabla1
blabla2
blabla3
----
and so on; I need a simple script that would take this and fill all (now empty) cells of 1st column with corresponding values (value1 and value2 in my case) so it looks like this:
value1 something1
value1 something2
value1 something3
value1 something4
value2 blabla1
value2 blabla2
value2 blabla3
Number of keywords per group isn't fixed either, it can be 3 or 15...
Output can be .csv or on-screen, but it has to be comma or tab- separated.
My team is extremely busy now, looking to code this quickly for reasonable rate. Please reply here or PM.
Thanks
