MantisBT - ParaView
View Issue Details
0005850ParaView(No Category)public2007-10-09 19:552009-05-13 13:46
Jon Goldman 
Jeff Baumes 
normalminoralways
closedfixed 
 
3.6 
0005850: CSV files with blank lines or lines with whitespace cause problems; data does not plot
When there are blank lines in a CSV file the following type or warning pops up:

Warning: In ..\..\..\..\src\ParaView_srcs\ParaView-3-2-tag\ParaView3\Servers\Filters\vtkCSVReader.cxx, line 369
vtkCSVReader (0AE0F158): Igoring column "V(DA_VIDEO_DIG)" since it does not have enough values for cell data.

And none of the data is visible in plots or spreadsheet view

ParaView3 should ignore "whitespace" lines, or at least WARN the user
No tags attached.
Issue History
2007-10-09 19:55Jon GoldmanNew Issue
2008-04-15 10:27Berk GeveciNote Added: 0011327
2008-04-15 10:27Berk GeveciStatusbacklog => @30@
2008-04-15 10:27Berk GeveciCategory => 3.6
2009-02-19 13:53Utkarsh AyachitStatus@30@ => tabled
2009-02-19 13:53Utkarsh AyachitAssigned To => Jeff Baumes
2009-02-23 14:18Jeff BaumesNote Added: 0015296
2009-02-23 14:18Jeff BaumesStatustabled => closed
2009-02-23 14:18Jeff BaumesResolutionopen => fixed
2009-02-24 09:27Jeff BaumesNote Added: 0015325
2009-02-24 09:27Jeff BaumesStatusclosed => @80@
2009-02-24 20:43Alan ScottNote Added: 0015358
2009-02-24 20:43Alan ScottStatus@80@ => closed
2009-05-13 13:46Utkarsh AyachitTarget Version => 3.6
2011-06-16 13:10Zack GalbreathCategory => (No Category)

Notes
(0011327)
Berk Geveci   
2008-04-15 10:27   
Delaying until after the new chart support.
(0015296)
Jeff Baumes   
2009-02-23 14:18   
vtkDelimitedTextReader now skips empty lines and lines containing only whitespace.

This was fixed in the following commit:

/cvsroot/VTK/VTK/Infovis/Testing/Cxx/TestDelimitedTextReader.cxx,v <-- Infovis/Testing/Cxx/TestDelimitedTextReader.cxx
new revision: 1.14; previous revision: 1.13
/cvsroot/VTK/VTK/Infovis/vtkDelimitedTextReader.cxx,v <-- Infovis/vtkDelimitedTextReader.cxx
new revision: 1.24; previous revision: 1.23
(0015325)
Jeff Baumes   
2009-02-24 09:27   
Changing back to "resolved" instead of closed.
(0015358)
Alan Scott   
2009-02-24 20:43   
Excellent.

tested client/remote server.