Skip to content

Adding option to output tab-delimited ASCII files

Andrew Bauer requested to merge acbauer/paraview:add_txt_writer into master

Using the txt extension for the tab-delimited ASCII output. Will add tests later but cannot currently properly read the file back in for verification because we cannot pass the tab character as a delimiter for vtkDelimitedTextReader.

Fixes #17734 (closed).

Merge request reports