Page 1 of 1

export arrayed data with time all in one column

Posted: Sat Jul 12, 2025 2:18 pm
by megboyar
Hi,

Is it possible within the data export settings to export all of the values @ times into one column:

variable[red,triangle] 2018 3.1416
variable [red, square] 2019 2.6834
variable[blue, triangle] 2018 -0.119
variable[blue,square] 2019 8.888


Thank you,
Sarah

Re: export arrayed data with time all in one column

Posted: Sat Jul 12, 2025 3:58 pm
by megboyar
Ok, I'm talking about a 'flat file'?

So, anyeway, I exported to a .txt file as 'data list format' and it's able to load into Excel the way i wish from that. Maybe a better way to do this? But it works.

Thank you,
Sarah

Re: export arrayed data with time all in one column

Posted: Sun Jul 13, 2025 9:20 pm
by tomfid
I think "data list" is what you want. You can automate with a command script if you're doing it repeatedly.
https://www.vensim.com/documentation/vdf2dlist.html
and if you want it to happen after every run, load the cmd script into the pre/post field
https://www.vensim.com/documentation/pr ... q=pre+post