Note: This was originally posted by an inactive account. Content was preserved by moving under an admin account.
Originally posted by: ltollesonErik,
I just found out this is a known current limitation of the software that will not allow a run parameter to be saved as a BRX without having quotes around the parameter. Because the node is expecting an integer value this does not work. We would need to convert the RecordCount parameter to an int(), but the single line parameter in this node does not parse and execute BrainScript code, so that does will not work for this node.
Once we fix this limitation, you should be able to use the functionality the way you have it today.
To get around this limitation I have created a node in the attached graph that gives you not only the functionality of the DummyInput node, but I took it a step further. You can now define the dummy data you want in the DummyData parameter and the node will create an output the size of the RecordCount parameter for each row in the DummyData parameter.
The DummyData parameter works just like the Static Data node where it accepts comma separated data. The content should be standard CSV-formatted data, with a proper header line (name:type), and data properly separated and escaped. The Dummy Data node will execute once per row in this parameter.
Enjoy,
Larry
Attachments:
testDummyInput.brg
testDummyInput.brp