Replies: 2 comments
-
I like your idea. The actual workflow save is just a very rude and initial implementation therefore any improvement as you suggested is very welcomed |
Beta Was this translation helpful? Give feedback.
0 replies
-
On it! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am going to make a parser to convert
*.csv
to the workflow*.txt
format. If it's OK with you, I'd like to incorporate it into the program.The rows in the file contain variables, the columns are events. As of right now, it looks like this.
Only changes to the variable need to be entered. The parser will fill in blanks with previous values. Any line starting with [REF] are ignored.
Since it's coming from a spreadsheet, it's easy to insert and rearrange events. It's also easy to do calculations, such as offsets or multiples.
If you have any ideas how to streamline/improve it, I'd be glad to hear them.
Beta Was this translation helpful? Give feedback.
All reactions