[users] Re: RegEx to Add HTML Codes to CSV

2011-08-22 Thread tamblyne
On Sun, 21 Aug 2011 20:15:25 -0700, NoOp gl...@sbcglobal.net wrote: On 08/19/2011 07:04 PM, tambl...@gmail.com wrote: On Fri, 19 Aug 2011 14:17:47 -0700, NoOp ... If you can get it into Writer, the Alternative Find Replace Extension might be a good choice:

[users] Re: RegEx to Add HTML Codes to CSV

2011-08-21 Thread NoOp
On 08/19/2011 07:04 PM, tambl...@gmail.com wrote: On Fri, 19 Aug 2011 14:17:47 -0700, NoOp ... If you can get it into Writer, the Alternative Find Replace Extension might be a good choice: http://www.volny.cz/macrojtb/AltSearch_cs.html http://www.volny.cz/macrojtb/AltSearchScr_en.html

[users] Re: RegEx to Add HTML Codes to CSV

2011-08-21 Thread NoOp
On 08/21/2011 08:15 PM, NoOp wrote: On 08/19/2011 07:04 PM, tambl...@gmail.com wrote: On Fri, 19 Aug 2011 14:17:47 -0700, NoOp ... If you can get it into Writer, the Alternative Find Replace Extension might be a good choice: http://www.volny.cz/macrojtb/AltSearch_cs.html

[users] Re: RegEx to Add HTML Codes to CSV

2011-08-19 Thread NoOp
On 08/17/2011 08:44 PM, tambl...@gmail.com wrote: On Tue, 16 Aug 2011 22:30:38 -0500, tambl...@gmail.com wrote: Can someone help me figure out the find and replace for this? I've imported a CSV into a spreadsheet (migrating a site from Wordpress to Joomla). The field for the posts has

[users] Re: RegEx to Add HTML Codes to CSV

2011-08-19 Thread tamblyne
On Fri, 19 Aug 2011 14:17:47 -0700, NoOp gl...@sbcglobal.net wrote: On 08/17/2011 08:44 PM, tambl...@gmail.com wrote: On Tue, 16 Aug 2011 22:30:38 -0500, tambl...@gmail.com wrote: Can someone help me figure out the find and replace for this? I've imported a CSV into a spreadsheet (migrating

[users] Re: RegEx to Add HTML Codes to CSV

2011-08-18 Thread Mike Scott
On 18/08/2011 04:44, tambl...@gmail.com wrote: On Tue, 16 Aug 2011 22:30:38 -0500, tambl...@gmail.com wrote: Can someone help me figure out the find and replace for this? I've imported a CSV into a spreadsheet (migrating a site from Wordpress to Joomla). The field for the posts has newline

[users] Re: RegEx to Add HTML Codes to CSV

2011-08-18 Thread Johnny Rosenberg
2011/8/18 Mike Scott m...@scottsonline.org.uk: On 18/08/2011 04:44, tambl...@gmail.com wrote: On Tue, 16 Aug 2011 22:30:38 -0500, tambl...@gmail.com wrote: Can someone help me figure out the find and replace for this? I've imported a CSV into a spreadsheet (migrating a site from Wordpress

[users] Re: RegEx to Add HTML Codes to CSV

2011-08-18 Thread Mike Scott
On 18/08/11 09:48, Johnny Rosenberg wrote: So, basically, I need to put aptag at the beginning of each paragraph, and a/ptag at the end of each paragraph. I thought this would be easy, and found the regex info in the help file, but every time I try to run it, I'm told that the

[users] Re: RegEx to Add HTML Codes to CSV

2011-08-18 Thread Johnny Rosenberg
2011/8/18 Mike Scott m...@scottsonline.org.uk: On 18/08/11 09:48, Johnny Rosenberg wrote: So, basically, I need to put ap    tag at the beginning of each paragraph, and a/p    tag at the end of each paragraph.  I thought this would be easy, and found the regex info in the help file, but

[users] Re: RegEx to Add HTML Codes to CSV

2011-08-18 Thread Mike Brady
2011/8/18 Mike Scott m...@scottsonline.org.uk: On 18/08/11 09:48, Johnny Rosenberg wrote: So, basically, I need to put a p tag at the beginning of each paragraph, and a /p tag at the end of each paragraph. I thought this would be easy, and found the regex info in the help file, but

[users] Re: RegEx to Add HTML Codes to CSV

2011-08-17 Thread tamblyne
On Tue, 16 Aug 2011 22:30:38 -0500, tambl...@gmail.com wrote: Can someone help me figure out the find and replace for this? I've imported a CSV into a spreadsheet (migrating a site from Wordpress to Joomla). The field for the posts has newline characters, which won't be automatically