Giter VIP home page Giter VIP logo

ventuzloadsavexml's Introduction

VentuzLoadSaveXML

Wouldn't it be cool if Ventuz could save data directly to an XML file? Here is a solution, a C# script that saves data into and loads it form an XML file. This C# script is easily extendible to work with integers and floats as well.

But before you start hacking in the code, you have to edit the "custom model" of your freshly generated C# script node.

Create the following inputs & outputs:

inputs
type name
string fileName
method load
method save
string array textToSave
outputs
type name
string array loadedText

connect a string array to the script node:

alt text

troubleshooting:

Error Solution
Check method Onload in Script Node Script... File "filename" could not be found Either create your initial XML file manually OR invoke save first to create it from inside Ventuz.
Check method Onsave in Script Node Script... Access to path "filename" is denied You haven't got the privilege to write to the path you provided. Use "C:\Users\ accountName ..." instead.

ventuzloadsavexml's People

Contributors

bastidererste avatar

Watchers

James Cloos avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.