Saturday, 9 December 2017

RPA with UiPATH

Inject Javascript Code Into A WebPage

Download demo project Browse all Samples Task This sample will show you how to inject Javascript code into a web page in order to get the errors from wrong completed Input fields....
More 

How to iterate through and read XML documents

To be able to run this example you need to install UiPath. WebAPI.Activities. See more details on how to install packages here. Download Demo Project Browse all Samples Task Get data from an XML document....
More 

Remove Excel Rows That Contain Keywords

To be able to run this example you need to install UiPath.Excel.Activities. See more details on how to install packages here. Download Demo Project Browse all Samples Task Go through a spreadsheet and remove rows that contain keywords from a predefined list....
More 

Filter Mail Messages

Download demo project Browse all samples   Task  In this example, for the first 30 mails in our Inbox, we will save the attachments from the mails that have a certain keyword in their body message.   Steps to automate    1. Create Email and Password variables.    2. Modify Get IMAP mail messages pro......
More 

How to query data from a SQL database

About this workflow In this example we will connect to a SQL database, then we will execute a query to extract some data and finally go through the datatable and write the extracted data into the Output panel....
More 

How to Capture a Mouse Event on Hover Menus?

The following steps are applicable if you want to capture a mouse event on dropdown menus that are only visible when the main menu is mouse-hover. ...
More 

PDF data extraction. Scrape PDF text

  To be able to run this example you need to install UiPath.PDF.Activities. See more details on how to install packages here. Download Demo Project Browse all Samples Task Extract data from PDF. This sample demonstrates UiPath's PDF data extraction capabilities. It automatically scrapes data from a ......
More 

IT Automation. PowerShell. Read Text Files

  Download Demo Project Browse all Samples Task This sample gets all the text files from the folder and displays their contain using PowerShell commands....
More 

Synchronize Two Folders

Download Demo Project Browse all Samples Task This sample monitors the files from a "Source" folder if the files suffer a modification, the files from "Destination" folder will be updated....
More 

Consuming REST Web Service. Get Weather. Deserialize Json

To be able to run this example you need to install UiPath.Excel.Activities and UiPath.WebAPI.Activities. See more details on how to install packages here. Browse all Samples Task This sample extract weather information using web service....
More 

Consuming SOAP Web Service. Get Weather. Deserialize XML

To be able to run this example you need to install UiPath.Excel.Activities and UiPath.WebAPI.Activities. See more details on how to install packages here. Download Demo Project Browse all Samples Task This sample extract weather information using web service....
More 

Automate Data Entry in a Desktop Application

  To be able to run this example you need to install UiPath.Excel.Activities. See more details on how to install packages here....
More 

Consuming SOAP Web Service. Get Weather

To be able to run this example you need to install UiPath.Excel.Activities and UiPath.WebAPI.Activities. See more details on how to install packages here. Download Demo Project Browse all Samples Task This sample extract weather information using web service....
More 

Export Data From Database to CSV file

To be able to run this example you need to install UiPath.Excel.Activities and UiPath.Database.Activities. See more details on how to install packages here. Download demo project Browse all Samples Task This sample extracts information from a database and put them into a CSV file....
More 

CSV Automation. Find Similarities and Differences Between Two CSV Files

To be able to run this example you need to install UiPath.Excel.Activities. See more details on how to install packages here. Download Demo Project Browse all Samples Task This sample read two csv files and write a csv file with similarities and another one with differences....
More 

Excel automation. Compare Rows From Different Tables

To be able to run this example you need to install UiPath.Excel.Activities. See more details on how to install packages here. Download Demo Project Browse all Samples Task This sample compares a row from sheet1 with another row from sheet2....
More 

Compare DataTables

To be able to run this example you need to install UiPath.Excel.Activities. See more details on how to install packages: Download Demo Project Browse all Samples Task This sample extract from an Excel file two DataTables and compare each cell from the first DataTable with the corresponding cell of t......
More 

Import Contacts to Salesforce from CSV or Excel File

To be able to run this example, you need to install UiPath.Excel.Activities. See more details on how to install packages here....
More 

Web Site Content Monitoring

To be able to run this example you need to install UiPath.Excel.Activities. See more details on how to install packages here. Download Demo Project Browse all Samples Task This sample monitors this website, extract all the events and save them in a CSV file. When new events are found it will send a ......
More 

Return All Elements Of A Table Using Find All Children Activity

Download Demo Project Browse all Samples Task This sample returns all the TR elements of a table using Find Children activity....
More 

Scrape Java Table Using Find All Children Activity

To be able to run this example you need to install UiPath.Excel.Activities. See more details on how to install packages here. Task Extract FirstName and Sport columns from a table inside a Java App....
More 

Automate Citrix. Trigger User Events

Download Demo Project Browse all Samples Task This sample extracts a value from calculator application in a remote desktop when the "=" button is clicked. The extracted value will be written in Output panel using the shared clipboard....
More 

Delete Empty Folders

Download Demo Project Browse all Samples Task This sample allows you to select a folder and delete all empty subdirectories....
More 

Delete Internet Explorer History

Download Demo Project Browse all Samples Task This sample deletes all your browsing history....
More 

Intercept User Events

Download Demo Project Browse all Samples Task This sample saves the total expense from "ExpenseIt" application in a file when the "Ok" button is clicked....
More 

Compare Two Columns In Excel

To be able to run this example you need to install UiPath.Excel.Activities. See more details on how to install packages here. Download Demo Project Browse all Samples Task This sample compares the first two columns of an Excel workbook and writes in the third column: "=" if the numbers are equal. "a......
More 

Web Scraping.Extract Competitor's Price List

To be able to run this example you need to install UiPath.Excel.Activities. See more details on how to install packages here....
More 

Trigger User Events.Google Form Scrapping

To be able to run this example you need to install UiPath.Excel.Activities. See more details on how to install packages here. Download Demo Project Browse all Samples Task This sample creates a WorkFlow that collects all the information from the following Google Form  and puts all these information ......
More 

Flash Automation. Data Entry and Scraping on Flash

To be able to run this example, you need to install UiPath.Excel.Activities. See more details on how to install packages here. Download Demo Project Browse all Samples Task This sample shows how to create flash automation in order to automate data entry and data scraping from  the following site....
More 

No comments:

Post a Comment

The best ways to connect to the server using Angular CLI

Everybody who has used  Angular CLI  knows that it is a powerful tool which can take a front-end development job to a completely dif...