Data Mining

Download Free Data Mining Source Code In C/C++, C#, Visual Basic, Visual Basic.NET, Java,
and other programming languages
Welcome to Data Mining Sign in | Join | Help
in Search

Data Mining Source Code Newsletter

Business Analyst Training
Live, Online, Video Courses
Instructor-Led + Hands-On
BusinessAnalystBootCamp.Com

SQL + Database Training
Live, Online, Video Classes
Instructor-Led + Hands-On
SQLBootCamp.Com

Software Developer Training
Live, Online, Video Courses
Instructor-Led + Hands-On
SoftwareDevelperBootCamp.Com

IT CAREER COACH
Hands-On Experience Coaching
IT Skills Training
IT-Career-Coach.NET

IT Professional Newsletter
"Free" IT Career Success Tips
How To Accelerate Your Career
IT Career Newsletter

Ask IT Career Questions
"ASK" A Burning IT Career
Question Or Get Answers
Ask A Burning IT Question Now!

Announcing The Data Mining Source Code Newsletter!

Subscribe By Email | Subscribe By RSS Feed

How to set node properties in scripts?

Last post 01-30-2010, 0:51 by kenasto. 3 replies.
Sort Posts: Previous Next
  •  01-28-2010, 18:54 9604

    How to set node properties in scripts?

     

    Hello,

     

    Neither the Scripting  Documentation nor any online help seems to list the explicit commands for setting node properties. I found examples, but is there a complete list of all the commands?

     

    Particularly, I am trying to find out how to set "Create table" or "Insert into table" in a database output node, such as (fictional command):

     

    set databasenode.databaseExportType=create

    or

    set databasenode.databaseExportType=append

     

    I found "databaseExportType" in the stream XML file but no idea how to set it in a script. Does anyone know the particular command?

     

    Ken Aston


     

  •  01-29-2010, 4:21 9609 in reply to 9604

    Re: How to set node properties in scripts?

    Hi,

    did you try with "set databasenode.write_mode = Create" ?

  •  01-30-2010, 0:39 9610 in reply to 9609

    Re: How to set node properties in scripts?

    Thank you. Well, where would I specify the name of the node in that command? My stream contains more than one database node...
  •  01-30-2010, 0:51 9611 in reply to 9609

    Re: How to set node properties in scripts?

    Your answer helped me to find the syntax in the help file, thank you!

    Here is the command that worked: 

    set 'name_of_the_node':databaseexportnode.write_mode = Append 

Announcing The Data Mining Source Code Newsletter!

Subscribe By Email | Subscribe By RSS Feed