Eomys/SciDataTool

Formatting strings in export_along method

Closed this issue · 1 comments

If an axis contains strings (is_component=True), these strings may contain unwanted characters (such as $). It would be nice to filter them out when writing the csv file.

Solved (characters to be cleaned can be added to CHAR_LIST)