Or leave us a private message
When "Delete Record" set doesn't have index what it is going to delete while debugging ??
but when I debug It is showing the message as success so here actually what is deleting by the Delete Record ??
At least when I debug it should show some message as record set doesn't exist.
If the recordset is being used as an Input and does not have an index specified [[rec().set]], then it will use the last record.
If the recordset is being used as an Output and does not have an index specified [[rec().set]], then it will add a new record.
So in your example above, the last record in the recordset was deleted. The debug output should show you the record number.
There is a Warewolf Language Help button at the top of the studio:
It has more detail on how the language works.
Hash-based Message Authentication Code Tool
I would like this because certain RESTful web services I need to consume in Warewolf require their payload to be signed this way and currently is not possible without writing a custom plugin. Which I then need to manage on the file system of my server... Not keen to go this route.
Support for SFTP
Hi Guys, would it be possible to add support for SFTP based file transfers. I see that the write file tool has the ability to write to FTP & FTPS (which is great) but we use SFTP pretty much all over our system, could this be added as a new Toolbox item? Or could the existing Write File tool, be modified to incorporate this?
Text Delimiter Support for Reading CSV
Hi guys, would it be possible to introduce text delimeted support for reading CSVs?
For example, let's say I have the following CSV:
'Big,Branch','1','false'
'Small Branch','2','true'
'Smallest Branch','1','false'
The CSV is comma separated and text delimited. When I split it however using WareWolf, the Big and Branch in the first line are being split because there is a comma between the 2 words. If I could specify a text delimiter then this wouldn't be a problem.
This is a common occurrence for us, as Excel tends to use Text Delimiters when saving Excel files to CSV. Could this be added for us?
This is a great usage scenario.
You can achieve this quite simply:
As each header/field etc from the file has its own row to describe how it is split and the characters to split on can be verbose you can do this
and then repeat the pattern as you see fit.
Also, the large view for the tool (which should be out soon!) has the ability to specify an escape character if you need it.
Tool short cut keys
It would be great to have some short cut keys for each tool, or some custom keys that can be assigned. When you are working on the design surface, the slow part is finding the tool you want in the toolbox.
Customer support service by UserEcho