Search found 252 matches: csv
Searched query: +csv
- Sat Nov 15, 2025 5:07 pm
- Forum: General Discussion
- Topic: RoboTask 10.6 has been released
- Replies: 0
- Views: 5521
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: 1927
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: 18052
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: 79230
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: 17482
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: 18560
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: 18560
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 ...
- Mon Jun 09, 2025 1:34 pm
- Forum: General Discussion
- Topic: RoboTask 10.4 has been released
- Replies: 0
- Views: 46380
RoboTask 10.4 has been released
... HEX and vice versa to the Value format action. + Added "Do not create file if query result is empty" option to the " SQL query to CSV file " action. * The File Monitor trigger now uses global file time independent of time zone. * Added "Test SQL" function to " ...
- Fri Jun 06, 2025 10:31 am
- Forum: General Discussion
- Topic: text on one line
- Replies: 2
- Views: 21819
Re: text on one line
You need to cut off EOL symbols from variables voornaam and familienaam Look at my example below. Also pay attention: You can read CSV file as UTF-8 file and remove UTF8 text --> Text steps at all ;***************************** ;* RoboTask Task file ;* Do not edit in text editor! ;***************************** ...
- Fri Jun 06, 2025 9:44 am
- Forum: General Discussion
- Topic: text on one line
- Replies: 2
- Views: 21819
text on one line
I have this text file with names seperated by ; like first;last; I use CSV Open Data, Data Loop, convert to text and create file in mode append to write a new file that has the names like this: first last But my action creates a file like this: first last How ...