Re: CSV NOt adjusting template



On Sun, 2008-01-06 at 19:48 -0800, wayne meyers wrote:
Well I've just about gone blind tryig to find this
answer. The help menu states that when I download my
csv file the columns will adjust if they ag re comma
seperated.

Well then are and I canot figure you what Im Missing.

You are missing any detail, like the application you are using, maybe an
example of the file, and what exactly you did that doesn't work as
expected.

guenther


--
char *t="\10pse\0r\0dtu\0.@ghno\x4e\xc8\x79\xf4\xab\x51\x8a\x10\xf4\xf4\xc4";
main(){ char h,m=h=*t++,*x=t+2*h,c,i,l=*x,s=0; for (i=0;i<l;i++){ i%8? c<<=1:
(c=*++x); c&128 && (s+=h); if (!(h>>=1)||!t[s+h]){ putchar(t[s]);h=m;s=0; }}}

_______________________________________________
gnome-list mailing list
gnome-list@xxxxxxxxx
http://mail.gnome.org/mailman/listinfo/gnome-list



Relevant Pages

  • Re: CSV dropping last comma for all lines after line 15
    ... Column Delimiters Missing in Spreadsheet Saved as Text ... Then try saving the file as a CSV file. ... noticed that Excel is dropping the last comma on the lines beyond data line ...
    (microsoft.public.excel.setup)
  • Re: CSV dropping last comma for all lines after line 15
    ... This is great info Dave. ... Column Delimiters Missing in Spreadsheet Saved as Text ... Then try saving the file as a CSV file. ... noticed that Excel is dropping the last comma on the lines beyond data line ...
    (microsoft.public.excel.setup)
  • Re: Opening CSV in excel from VB
    ... It is not a CSV file. ... A CSV file is comma ... That doesn't fix everything but it will help. ... just some ascii code that is not taken in charge by ...
    (microsoft.public.excel.programming)
  • Re: reading a file that has null or blank field
    ... sorry...but I see you answered inline. ... how do I handle if a field is missing when trying to assign ... Example of csv file contents: ...
    (microsoft.public.scripting.vbscript)
  • Re: reading a file that has null or blank field
    ... how do I handle if a field is missing when trying to assign ... set objSourceFile = objFSO.OpenTextFile ... Example of csv file contents: ...
    (microsoft.public.scripting.vbscript)