Search found 63 matches
- Fri Jun 13, 2025 7:44 am
- Forum: General Discussion
- Topic: Temporary File is not deleted from {TempDir}
- Replies: 1
- Views: 174
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 first run I have a result set and the email i...
- Fri May 02, 2025 12:45 pm
- Forum: General Discussion
- Topic: CSV File contains just field names
- Replies: 3
- Views: 14812
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!
- Fri Apr 25, 2025 9:40 am
- Forum: General Discussion
- Topic: Access violation in module 'rtl280.bpl'
- Replies: 2
- Views: 8102
Re: Access violation in module 'rtl280.bpl'
I have sent the task to you via mail.
- Fri Apr 25, 2025 7:29 am
- Forum: Suggestions
- Topic: Mark all actions in task with STRG/CTRL + A
- Replies: 1
- Views: 19253
Mark all actions in task with STRG/CTRL + A
There is currently no way to use 'STRG/ CTRL + A' to mark all actions in a task.
However it works to mark first action and then press 'Shift + End' to mark all actions.
However it works to mark first action and then press 'Shift + End' to mark all actions.
- Fri Apr 25, 2025 7:21 am
- Forum: General Discussion
- Topic: Access violation in module 'rtl280.bpl'
- Replies: 2
- Views: 8102
Access violation in module 'rtl280.bpl'
Good morning, the following error occured today in a task that runs every hour: Screenshot 2025-04-25 081506.png The task has been executed correctly one hour earlier and also after starting the task manually. What is meant by 'Reconfigure the step'? Usually the task works fine. RoboTask version: 10...
- Thu Apr 24, 2025 12:00 pm
- Forum: General Discussion
- Topic: CSV File contains just field names
- Replies: 3
- Views: 14812
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...
- Thu Apr 24, 2025 11:30 am
- Forum: General Discussion
- Topic: CSV File contains just field names
- Replies: 3
- Views: 14812
CSV File contains just field names
Hello, I just updated to Version 10.3.2.311 and noticed that the action 'SQL Query to CSV File' creates a file even if there is no data in the query. The CSV file just contains field names. In my case I want to check if there are new entries in the database, then create a CSV file with the data and ...
- Tue Apr 22, 2025 12:07 pm
- Forum: Suggestions
- Topic: [TYPO] Duplicates in Log
- Replies: 1
- Views: 7666
[TYPO] Duplicates in Log
There is a small typo in the log when I create a duplicate of a task:
- Fri Feb 28, 2025 1:29 pm
- Forum: General Discussion
- Topic: Delete empty lines from text
- Replies: 1
- Views: 8548
Delete empty lines from text
Hello, I want to delete empty lines from a text in e.g. a variable. The text looks like: 14,108,114,248,387 34 31 350 250 Unfortunatly I did not find an easy way to just delete the empty lines from the text and save the text without the empty lines as follows: 14,108,114,248,387 34 31 350 250 Could ...
- Tue Jan 28, 2025 10:57 am
- Forum: General Discussion
- Topic: Use variable in 'SQL Query to CSV File'
- Replies: 3
- Views: 21241
Use variable in 'SQL Query to CSV File'
Good morning, I am trying to use a variable ({STORE}) with an integer value in 'SQL Query to CSV File' action. Screenshot 2025-01-28 105217.png But it always shows an error: Screenshot 2025-01-28 105131.png It seems that variables are not working in 'SQL Query to CSV File' action. The same setup wor...