Replies: 1 comment 1 reply
-
It is not currently possible.
You are assuming that you only have one report in your simulation which you want outputted to one .csv file. In my simulations I usually have many reports, resulting in many .csv files. We could potentially change the --csv switch to optionally let you specify an output directory like |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello, now I can successfully run the apsim model in command line following this script: https://apsimnextgeneration.netlify.app/usage/commandlineusage/
And when I use the "--csv", I can export a .csv file to my /publish/ folder, like this:
But how to specify the output file name and directory?
In my opinion, I want to run commands and output a .csv file in a specific folder, like "--csv /myfolder/result.csv". could you please tell me how to do it?
Beta Was this translation helpful? Give feedback.
All reactions