Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing phases chain #108

Open
tsdye opened this issue Jun 4, 2023 · 1 comment
Open

Missing phases chain #108

tsdye opened this issue Jun 4, 2023 · 1 comment

Comments

@tsdye
Copy link

tsdye commented Jun 4, 2023

When I have a slash in a phase name, its chain isn't written to CSV output.

I have a phase "Hooumi A/B". The phase is included in Chain_all_phases.csv. There is no Chain_phase_hooumi_a/b.csv file.

I change the phase name to "Hooumi AB". Now there is a Chain_phase_hooumi_ab.csv file.

I expect the phase name "Hooumi A/B" to work. IMO it should create a file Chain_phase_hooumi_a_b,csv, where the slash is replaced by an underscore, or something similar.

@chrono35
Copy link
Contributor

chrono35 commented Jun 5, 2023

Hello Thomas,

That's a good point that should be added to the instructions.

This is a limitation of the file system
The following characters are reserved for special uses and must not be used in the name itself:

< (smaller than; less than)
> (greater than; greater than)
: (colon)
"(double appostrophe; double quote)
/ (slash; forward slash)
(backslash)
| (vertical bar; pipe)
? (question mark; question point)
* (asterisk)

In the same way, when importing data via a CSV file, certain invisible characters (added by the spreadsheet) can modify the display of names in Event boxes.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants