Export Field Seperator
Brian K. White
brian at aljex.com
Tue Aug 14 00:31:25 PDT 2012
On 8/13/2012 2:33 PM, Nancy Palmquist wrote:
> Scott,
> While I don't understand the need for 2 pipes between fields, it seems
> to me the easiest way would be to write every other field to the file.
>
> export ascii out=myfilename r=\n f=|
> out(1)=xx
> out(3)=xy
> out(5)=zz
>
> would make a file that has: xx||xy||zz
That would just produce
xx|xy|xz
export ascii out=myfilename r=\n f=| o=|
would produce
|xx||xy||xz
Not very useful without "|"&xx
export ascii out=myfilename r=\n f=| c=|
would produce
xx||xy||xz|
Not very useful without xz&"|"
export ascii out=myfilename r=\n o=| c=|
would produce
|xx||xy||xz|
Not very useful without BOTH "|"&xx and xz&"|"
--
bkw
>
> Seems easier than appending a pipe to each field.
>
> Nancy
>
> On 8/12/2012 6:35 PM, Scott Walker wrote:
>> I'm doing an export ascii.
>>
>> Is there an easy way to use two characters as the field separator.
>>
>> Specifically I'm trying to use two pipe symbols as the field separator.
>>
>> Regards,
>>
>> Scott
>>
>>
>> Scott Walker
>> RAM Systems Corp
>> (704) 896-6549
>> Scott.Walker at RAMSystemsCorp.com
>>
>> www.RAMSystemsCorp.com
>>
>>
>>
>>
>> _______________________________________________
>> Filepro-list mailing list
>> Filepro-list at lists.celestial.com
>> Subscribe/Unsubscribe/Subscription Changes
>> http://mailman.celestial.com/mailman/listinfo/filepro-list
>>
>
More information about the Filepro-list
mailing list