Dear Christophe,

I am currently unaware of a column limit... and if there is one, it 
would cause out-of-memory problems rather than this error message.

I would suggest that there is
a) an unexpectedly formed column in your table or
b) a bug in the processing code which occurs only for the particular 
table or
c) encoding problems when parsing column names.

Since the problem appears already in line 1, I would suggest to look for 
encoding problems in column names.
Perhaps you have a unicode character which causes TeX to bail out? Note 
that pgfplotstable needs to process the input file
in a different way than inputenc. If that is really the cause, you may 
want to file a bug to sourceforge (preferably with a minimal example) 
and replace the offending character. You can still view it in the output 
using the 'column name' style option.

Does this help?

Best regards

Christian

Am 12.04.2011 14:41, schrieb Christophe Jorssen:
> Hello all,
>
> I have a file with a lot of columns (72!) and I have this error
>
> Package pgfplots Error: Table 'elements.dat.csv' has too much columns
> in line 1: Ignoring ''. Please verify that every cell entry is
> separated correctly (use braces {<cell entry>} if necessary).
>
> I think that my cells are correctly separated so is there an upper
> limit to the number of cell in one row?
>
> Thanks in advance
>
> \documentclass{article}
> \usepackage{pgfplotstable}
>
> \begin{document}
> \pgfplotstableread[col sep=comma]{elements.dat.csv}\loadedtable
> %\pgfplotstabletypeset[columns={"atomic num","atomic symbol"}]\loadedtable
>
> \end{document}
>


------------------------------------------------------------------------------
Benefiting from Server Virtualization: Beyond Initial Workload 
Consolidation -- Increasing the use of server virtualization is a top
priority.Virtualization can reduce costs, simplify management, and improve 
application availability and disaster protection. Learn more about boosting 
the value of server virtualization. http://p.sf.net/sfu/vmware-sfdev2dev
_______________________________________________
Pgfplots-features mailing list
Pgfplots-features@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pgfplots-features

Reply via email to