On Wed, Feb 20, 2002 at 07:43:32PM -0800, Eric G. Miller wrote:
| > > * Abner Gershon ([EMAIL PROTECTED]) [020220 09:01]:
| > > > Can someone tell me search and replace commands I can use to
| > > > convert comma delimited text in form:
[...]
| Umm, what about quoted text containing commas? Like:
On Thu, Feb 21, 2002 at 12:22:51PM +1100, Matthew Dalton wrote:
> Vineet Kumar wrote:
> >
> > * Abner Gershon ([EMAIL PROTECTED]) [020220 09:01]:
> > > Can someone tell me search and replace commands I can
> > > use to convert comma delimited text in form:
> > > "field 1","field 2","field 3"
> > >
Vineet Kumar wrote:
>
> * Abner Gershon ([EMAIL PROTECTED]) [020220 09:01]:
> > Can someone tell me search and replace commands I can
> > use to convert comma delimited text in form:
> > "field 1","field 2","field 3"
> > to text file to be used in tabular latex file of form:
> > field 1 & field 2
* Abner Gershon ([EMAIL PROTECTED]) [020220 09:01]:
> Can someone tell me search and replace commands I can
> use to convert comma delimited text in form:
> "field 1","field 2","field 3"
> to text file to be used in tabular latex file of form:
> field 1 & field 2 & field 3
:%s/","/ \& /g
:%s/"//g
On Wed, Feb 20, 2002 at 08:45:22AM -0800, Abner Gershon wrote:
> Can someone tell me search and replace commands I can
> use to convert comma delimited text in form:
> "field 1","field 2","field 3"
> to text file to be used in tabular latex file of form:
> field 1 & field 2 & field 3
Well, it all
On Wed, Feb 20, 2002 at 08:45:22AM -0800, Abner Gershon wrote:
> Can someone tell me search and replace commands I can
> use to convert comma delimited text in form:
> "field 1","field 2","field 3"
> to text file to be used in tabular latex file of form:
> field 1 & field 2 & field 3
>
Will this
6 matches
Mail list logo