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}

-- 
Christophe

------------------------------------------------------------------------------
Forrester Wave Report - Recovery time is now measured in hours and minutes
not days. Key insights are discussed in the 2010 Forrester Wave Report as
part of an in-depth evaluation of disaster recovery service providers.
Forrester found the best-in-class provider in terms of services and vision.
Read this report now!  http://p.sf.net/sfu/ibm-webcastpromo
_______________________________________________
Pgfplots-features mailing list
Pgfplots-features@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/pgfplots-features

Reply via email to