Hi all,
I am trying to separate string from a cell based on character present and add it after to HTML body.
Sample text (all in one cell):
[TABLE="width: 407"]
<tbody>[TR]
[TD="class: xl63, width: 407, align: left"]
Need to separate it by ";" and add it to HTML body for better look, like this:
Think this is somewhat common problem, but can not find a working solution. Any help greatly appreciated.
Regards,[/TD]
[/TR]
</tbody>[/TABLE]
I am trying to separate string from a cell based on character present and add it after to HTML body.
Sample text (all in one cell):
[TABLE="width: 407"]
<tbody>[TR]
[TD="class: xl63, width: 407, align: left"]
Registration form - signed by the legal representative;
Signature specimen;
Power of Attorney - signed by the legal representative;
Trade Register Excerpt;
Certificate of Incorporation;
VAT Certificate;
Proof for taxable activity;
ID of the legal representatives
Need to separate it by ";" and add it to HTML body for better look, like this:
[TABLE="width: 407"]
<tbody>[TR]
[TD="align: left"]Registration form - signed by the legal representative[/TD]
[/TR]
[TR]
[TD="align: left"]Signature specimen[/TD]
[/TR]
[TR]
[TD="align: left"]Power of Attorney - signed by the legal representative[/TD]
[/TR]
[TR]
[TD="align: left"]Trade Register Excerpt[/TD]
[/TR]
[TR]
[TD="align: left"]Certificate of Incorporation[/TD]
[/TR]
[TR]
[TD="align: left"]VAT Certificate[/TD]
[/TR]
[TR]
[TD="align: left"]Proof for taxable activity[/TD]
[/TR]
[TR]
[TD="align: left"]ID of the legal representatives[/TD]
[/TR]
</tbody>[/TABLE]
Think this is somewhat common problem, but can not find a working solution. Any help greatly appreciated.
Regards,[/TD]
[/TR]
</tbody>[/TABLE]