I think you have a quotes problem?  Your "set null" statement in your first 
line shows a single quote, but in your example of the output it uses a double 
quote.  If your settings are a double quote, then you want to:  set null " "  
(single space between the double quotes)
 
> Now I’m wondering if perhaps I need to export in another way.  I did >set 
> null ‘ ‘ß(there’s a space between the single quotes)
> 
>   
> 
>  And after doing that, using my previous example…
> 
>   
> 
>   
> 
>  a
> 
>  b
> 
>  c
> 
>  
> 1
> 
>  text
> 
>  -0-
> 
>  text
> 
>  
>  
> 
>  …is now exporting to a csv as…
> 
>   
> 
>  “text”,”    “ß(four spaces between the quotes),”text”
> 
>   
> 
>  Matthew Burke
> 
> 
> 
> 
   

Reply via email to