Send your task to me in private message or publish the text of your task here.
It's hard to say anything without your task
Search found 255 matches: csv
Searched query: +csv
- Tue Aug 04, 2026 11:20 am
- Forum: General Discussion
- Topic: Use variable in 'SQL Query to CSV File'
- Replies: 5
- Views: 63259
- Sat Jul 25, 2026 9:22 am
- Forum: General Discussion
- Topic: Use variable in 'SQL Query to CSV File'
- Replies: 5
- Views: 63259
Re: Use variable in 'SQL Query to CSV File'
I’m trying to stick a variable ({STORE}) that has just a number into the SQL Query to CSV File action, but it keeps throwing an error no matter what I do. Weird thing is the exact same variable works fine when I use it in Dataset Loop. Not sure if variables just don’t ...
- Fri Jun 26, 2026 9:41 am
- Forum: General Discussion
- Topic: RoboTask 11.0 has been released
- Replies: 0
- Views: 1437
RoboTask 11.0 has been released
... but it comes with significant functional limitations. For home users, the basic set of features is usually quite enough. + New action, "CSV Add row" , has been added + New action, "Match file mask" , has been added. This action checks whether a file name matches the specified ...
- Sat Nov 15, 2025 5:07 pm
- Forum: General Discussion
- Topic: RoboTask 10.6 has been released
- Replies: 0
- Views: 207265
RoboTask 10.6 has been released
... user variables in "Python Script" and "JavaScript/Node.js Script" actions. * The algorithm has been improved in the "CSV data loop" action. If the source data is empty, no error is generated. Only a warning is issued. * The RoboTask installation process algorithm ...
- Sun Nov 09, 2025 9:02 pm
- Forum: General Discussion
- Topic: A variable previxed with #
- Replies: 3
- Views: 37095
Re: A variable previxed with #
The task came pre-installed in the "Complex" folder, it's name was "Retrieve task parameters to CSV" or "[DEMO] Retrieve task parameters to CSV" It reads the task names, etc using VBScript into a variable Text. The next statement was Str Trim with ...
- Tue Aug 26, 2025 1:25 am
- Forum: General Discussion
- Topic: library disappeared in version 10.5
- Replies: 1
- Views: 22799
library disappeared in version 10.5
some libraries disappeared in the new version or do not load
csv data
database
cmd lines
webscocket
database
cmd lines
webscocket
- Fri Aug 22, 2025 10:27 am
- Forum: General Discussion
- Topic: RoboTask 10.5 has been released
- Replies: 0
- Views: 137202
RoboTask 10.5 has been released
... " Format JSON data " New action " Format XML data " + New action " Array loop ". Loop over the elements of a JSON or CSV array. * The Chromium engine has been updated to version 137 in the Embedded Chromium Browser plugin. This plugin has been removed from the main ...
- Tue Jul 22, 2025 4:36 pm
- Forum: General Discussion
- Topic: Sample with Google Voice
- Replies: 1
- Views: 23203
Sample with Google Voice
... and it produces a Google Sheet with date, time and phone, this is done with Google Apps script into a folder on G:\ -- and it also produces a .csv file in that same shared folder. I have to first manually download the file(s), open in excel (one file is a .gsheet and the other is a .csv) Currently, ...
- Fri Jun 13, 2025 7:54 am
- Forum: General Discussion
- Topic: Temporary File is not deleted from {TempDir}
- Replies: 1
- Views: 23485
Re: Temporary File is not deleted from {TempDir}
... Enabled=INTEGER|-1 Name=STRING|"Set variable ""_CsvFile"" with value ""{TempDir}\test.csv""" Params=FOLDER [Actions\Action1\Params] _rt_variables_produced=STRING|"_CsvFile" expand=STRING|"1" linecount=STRING|"1" ...
- Fri Jun 13, 2025 7:44 am
- Forum: General Discussion
- Topic: Temporary File is not deleted from {TempDir}
- Replies: 1
- Views: 23485
Temporary File is not deleted from {TempDir}
Good morning, I recognized an issue with action 'SQL Query to CSV file'. I want to create a CSV file from sql data and then (if it exists) send it to an email-address. I am using for example {TempDir}\test.csv as target file for the query results. In the ...