export to csv file problem

Fairlight fairlite at fairlite.com
Wed Nov 18 13:15:08 PST 2015


Stop using IMPORT, and just use open/writeline/close.  You then have full
control over your CSV data because you assemble the buffer for writeline.

mark->

On Wed, Nov 18, 2015 at 09:12:09PM +0000, Richard Kreiss via Filepro-list thus spoke:
> One of my client's has created and csv export and has a problem with one of the items in the export.
> 
> He need to have leading spaces some of the time and other times no spaces.  Foobar(4)="         Mickey & Minnie Mouse"
> 
> Is there a way to keep the export from removing the leading spaces?  I seem to remember some discussion of this issue some time ago.
> 
> This csv file is imported into a card printer.
> 
> 
> Richard Kreiss
> GCC Consulting
> 
> Office: 410-653-2813
> 
> 
> _______________________________________________
> Filepro-list mailing list
> Filepro-list at lists.celestial.com
> Subscribe/Unsubscribe/Subscription Changes
> http://mailman.celestial.com/mailman/listinfo/filepro-list
> 

-- 
Audio panton, cogito singularis.


More information about the Filepro-list mailing list