Hello Guys, I have already searched the entire forum but I can't find similar problem, please help.
This string is exported from lotus notes,
122,0,PDDM,"","55BZOR | FDHJ PIP-OBTE-17532, PIP-OBTE-17540_PIPING ISOMETRIC DRAWINGS","","07/31/2017 10:39 AM",96K,5,0
I want to extract the text that starts with PIP-OBTE and the dates:
Please note: The format of the PIP-OBTE string is composed of 14 characters.
Sample Output:
[TABLE="width: 500"]
<tbody>[TR]
[TD]B1
[/TD]
[TD]C1
[/TD]
[/TR]
[TR]
[TD]PIP-OBTE-17532, PIP-OBTE-17540
[/TD]
[TD]07/31/2017
[/TD]
[/TR]
</tbody>[/TABLE]
This string is exported from lotus notes,
122,0,PDDM,"","55BZOR | FDHJ PIP-OBTE-17532, PIP-OBTE-17540_PIPING ISOMETRIC DRAWINGS","","07/31/2017 10:39 AM",96K,5,0
I want to extract the text that starts with PIP-OBTE and the dates:
Please note: The format of the PIP-OBTE string is composed of 14 characters.
Sample Output:
[TABLE="width: 500"]
<tbody>[TR]
[TD]B1
[/TD]
[TD]C1
[/TD]
[/TR]
[TR]
[TD]PIP-OBTE-17532, PIP-OBTE-17540
[/TD]
[TD]07/31/2017
[/TD]
[/TR]
</tbody>[/TABLE]