Skip to content

Fix bug #17169 where columns of exported CSV were mixed-up.

To reproduce:

  1. Create a Wavelet source
  2. Create a Spreadsheet view and show Wavelet's points
  3. Export the table using the spreadsheet view export to CSV shortcut.
  4. Use default settings and save to file.
  5. Analyse the obtained CSV file. Around line 1024 you can see that column order is changed (RTData comes before ids)

Fix #17169 (closed)

Edited by Mathieu Westphal (Kitware)

Merge request reports