Search found 247 matches: csv
Searched query: +csv
- Fri Jun 13, 2025 7:54 am
- Forum: General Discussion
- Topic: Temporary File is not deleted from {TempDir}
- Replies: 1
- Views: 1059
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: 1059
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: 3630
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: 2765
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: 2765
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 ...
- Wed Jun 04, 2025 6:05 pm
- Forum: Suggestions
- Topic: SQL query - variable table result
- Replies: 0
- Views: 3706
SQL query - variable table result
a sql query instead of saving in CSV, save in variable table object
- Fri May 23, 2025 8:03 am
- Forum: General Discussion
- Topic: All Plugins invalid on startup
- Replies: 5
- Views: 8284
Re: All Plugins invalid on startup
... (v 10.3.0.67)" is loaded I 5/22/2025 11:47:53 PM: Plugin "DataBase (v 10.3.0.85)" is loaded I 5/22/2025 11:47:53 PM: Plugin "CSV Data (v 10.3.3.33)" is loaded I 5/22/2025 11:47:53 PM: Plugin "Graphics (v 10.3.0.49)" is loaded I 5/22/2025 11:47:53 PM: Plugin ...
- Fri May 02, 2025 12:45 pm
- Forum: General Discussion
- Topic: CSV File contains just field names
- Replies: 3
- Views: 16788
Re: CSV File contains just field names
I have tested it with the new version and it seems to work.
Thank you very much!
Thank you very much!
- Tue Apr 29, 2025 11:23 am
- Forum: General Discussion
- Topic: CSV File contains just field names
- Replies: 3
- Views: 16788
Re: CSV File contains just field names
Download fresh version.
We have added option to "SQL query to CSV file" action to disable file creation if query returns empty result.
We have added option to "SQL query to CSV file" action to disable file creation if query returns empty result.
- Thu Apr 24, 2025 12:00 pm
- Forum: General Discussion
- Topic: CSV File contains just field names
- Replies: 3
- Views: 16788
Re: CSV File contains just field names
I made a rollback of the server and checked the changelog: Screenshot 2025-04-24 125541.png In my opinion the improvement is not good. I need the headers only if the query returns data. If there is no data the file should be empty. Or you should be able to choose whether the header is written even i...