In the project browser there is a contextual menu item on Named Queries called “export”. But there seems to be no equivalent “import” option. In addition, the exported data seems to be this horrendous folder structure that ends up with binary data at the leaf nodes (surely a query definition should be text only?!?!!?)
How can I export and import Named Queries from one disparate project to another?
As I am trying to rebuild my system via VMs the source and destination projects don’t exist on servers that are running contemporaneously, so send to project isn’t an option right now
What I am looking for is something akin to the manner in which you can export and import tags.
There’re lots of things in Ignition that are opaque binary (serialized java, mostly). Some of the complaints about it have even spurred action, as IA pursues compatibility with git and other source code control technologies.
Ah, but a named query is not just a query definition - there's also parameters, security settings, caching restrictions, etc. There's no reason it can't be plainly serialized (and it's on our list to do so) but there is more involved than just storing the query text.
OK, so I’m a bit flippant about what is in a named query , but it I was expecting it to be all text. As after all, there are no binary components you have to load. However Phil’s mentioning of serialization explains that away.
As to what’s on your list, is there a public roadmap with expected time lines/versions of future versions? (and yes I am aware of the roadmap here - but that seems to be lacking any timelines etc)
No, we’re deliberately vague about timelines because it invariably leads to disappointment.
I would recommend checking out past & future Ignition Community Conferences; in particular the developer panel, for some idea of the overall strategy going forward.