Hi,
I have a tab delimited flat file like this:
Code:
189 Guide de lutilisateur sur lappel conférence à trois au moyen d'adaptateurs téléphoniques <TABLE><TBODY><TR><TD><DIV class=subheader>La fonction Appel conférence à trois </DIV></TD>
\
<TD><?php print $navTree["features"]["3_way_calling"]["name"];?> vous permet de tenir un appel conférence simultanément avec deux autres parties. </TD></TR>
\
<TR>
\
<TD height=10></TD></TR>
\
<TR>
\
How do I merge all these lines into one single line? I searched through the forum, but did not find anything helpful.
TIA,