Hi guys,
I need to build a Script which would list href tags (filled with a <!-- #getUrl# --> comment) in a mjml/html file and replace the comment with the contents of another file where are listed the final URLs.
The list of Urls being ordered according to their expected order in the html/mjml file (top to Bottom.
Is this even possible?
I was wondering if it was possible to loop through both lists and use grep replace from one to the other.
Any insights?
Thanks