P.S. excuse me for a little off-topic. In 6.0b version csv/excel data exportation is encrypted and I can only open mannualy a file and copy mannualy data. I would like automate the process using python scripts to import and manipulate Vensim results.
Thank you in advance for your answers.
CSV Excel data export
-
- Junior Member
- Posts: 4
- Joined: Thu Nov 16, 2017 9:12 am
- Vensim version: DSS
-
- Super Administrator
- Posts: 4827
- Joined: Wed Mar 05, 2003 3:10 am
Re: CSV Excel data export
I don't understand the question here. CSV export is not encrypted.
What is stopping you from using Python? We cannot really assist with Python questions (there are other forums for that). Also look for PySD, someone has already done a lot of work on this.
What is stopping you from using Python? We cannot really assist with Python questions (there are other forums for that). Also look for PySD, someone has already done a lot of work on this.
Advice to posters seeking help (it really helps us to help you)
http://www.ventanasystems.co.uk/forum/v ... f=2&t=4391
Units are important!
http://www.bbc.co.uk/news/magazine-27509559
http://www.ventanasystems.co.uk/forum/v ... f=2&t=4391
Units are important!
http://www.bbc.co.uk/news/magazine-27509559
-
- Junior Member
- Posts: 4
- Joined: Thu Nov 16, 2017 9:12 am
- Vensim version: DSS
Re: CSV Excel data export
Colleagues told me that the problem come from Vensim (Excel unreadable file + python error message : ERROR *** codepage 65001 -> encoding 'unknown_codepage_65001' -> LookupError: unknown encoding: unknown_codepage_65001).Administrator wrote:I don't understand the question here. CSV export is not encrypted.
What is stopping you from using Python? We cannot really assist with Python questions (there are other forums for that). Also look for PySD, someone has already done a lot of work on this.
Sorry, but you are right. After your message I've searched the problem : there were our security restrictions in Excel + the need to adapt python script. Thank you for the help!