1

Using the Paraview application, I would like to extract data from a .vtk unstructured grid file and convert this data into .txt or .csv files. In the file menu, I have tested Save Data but I obtain a .csv file with one column "Cell Type" containing only the value 9. How can I get the data in a .txt or .csv file ? My .vtk file contains 9 variables and for each variable, I have data at each time step.

1 Answer 1

1

Looks like your dataset contains only PointsData, not CellData. Make sure to Select :

  • "Point Association : Point"

when saving the data as a .csv file.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.