On Mon, 27 Nov 2017 11:43:00 -0500, [email protected] 
wrote:

> But when I use varchar v(N) field declarations, it appends spaces to the end 
> of the field values:

Hi Mike,

you can resolve in this way:

set fields GLOBAL
set fields to

set fields to PseudoID = rtrim(PseudoID), Zip3, Prov03, Prov03Other = 
rtrim(Prov03Other), Prov06, Prov07, Prov07Other = rtrim(Prov07Other), Prov08

copy to MyCSVFile type CSV

set fields to
set fields LOCAL

Be careful with the order of the various "set fields ..." commands!

-- 
Gianni

_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://mail.leafe.com/mailman/listinfo/profox
OT-free version of this list: http://mail.leafe.com/mailman/listinfo/profoxtech
Searchable Archive: http://leafe.com/archives/search/profox
This message: 
http://leafe.com/archives/byMID/profox/[email protected]
** All postings, unless explicitly stated otherwise, are the opinions of the 
author, and do not constitute legal or medical advice. This statement is added 
to the messages for those lawyers who are too stupid to see the obvious.

Reply via email to