Skip to content
RTILA Web Business Automation
  • Home
  • Features
  • Pricing
  • Marketplace
  • Support
    • Documentation

Cart

RTILA Web Business Automation
  • Home
  • Features
  • Pricing
  • Marketplace
  • Support
    • Documentation
Free Download
Free Download

Billing & Licensing

10
  • Change License’s registered email address
  • Upgrade a License
  • Manage License Activation Count
  • RTILA Studio local database
  • Standalone Exe Antivirus False Positive Alert
  • Team Member Activation URL & License
  • AppSumo Codes Redemption
  • Download & Activate RTILA Studio
  • AppSumo Code Stacking & Upgrade
  • Mac OS Installation Warning

Custom Commands

36
  • WordPress Posts via API (beta)
  • Webhook Send Request
  • Target Text Before After
  • Download File to Folder
  • Clipboard Copy & Paste
  • ChatGPT API Full Control
  • Generate Random Numbers and Text
  • Regex & JS Filters
  • API Bridge Get Post Requests
  • WhatsApp API send MSG
  • GET HTML
  • Slack Notification Command
  • Target Elements With Text Value
  • Directory Get Files Path
  • Folder and File Monitoring
  • Get iFrame URL
  • Get File Content
  • Verify License Easy Digital Downloads
  • Save Variable to File
  • Rename File
  • Move File to New Directory
  • Delete File
  • Mouse Events
  • Get System Info
  • Airtable Get & Update Records
  • Email Send Via SMTP
  • Wait For Element to disappear
  • OCR Passport Reader
  • Target Element in Shadow Dom
  • Airtable Get Records
  • Airtable Update Records
  • Sanitize URL
  • Email Verification
  • Get Hardware ID HWID
  • Timestamp Unix and UTC
  • Switch Tab Focus Command

How-To & Tutorials

42
  • How to target a CSS element
  • Change default Browser
  • Export Results to a CSV file
  • Profile Session Feature
  • OCR Feature: read text from images
  • Auto Download Pinterest Images
  • Save current URL using JavaScript
  • Search & Filter Projects
  • Error handling Strategy
  • Working with Arrays and Objects in RTILA
  • Auto Comment On WordPress Posts
  • Run Automations in Silent Mode
  • License Check for Standalone Executables
  • Trigger Standalone Bots via Command lines
  • How To Find Custom Collections For List type Datasets
  • Correcting & Completing Auto-Recorder Commands
  • RTILA WordPress Plugin installation & configuration
  • Using Developer Tools In RTILA Studio
  • Create A Project From Scratch
  • Bring back disappearing commands & properties
  • Export & share an RTILA project file
  • Install Browser Extensions using Profile Session
  • How To Fill a Form Using Generic Form Filler Child-Project
  • Project Settings: Import URLs manual entry, From File, From Project, and Read XML Sitemap
  • Project Settings: Import URLs manual entry
  • Use Local Storage Variable to scrape Do-follow Links
  • Schedule Launch of Automations
  • Email Results File via Gmail
  • Read from Google Sheets & Post on WordPress
  • Website Load Testing Automation
  • Read data from a txt or csv file
  • Downloading files
  • Open in a New tab
  • Using filters to complete a URL
  • Choosing the right collection
  • Set a Counter with JavaScript
  • Setup reCAPTCHA Resolution
  • Woo Categories & ChatGPT API
  • Login to Google Account & share profile session
  • Google Search Baby Steps
  • Auto-Recorder as a 1st step
  • Standalone Executable Bots

Official Commands

58
  • List Command
  • Incogniton Anti-detect browser
  • Save results to file command
  • RTILA Cloud API Documentation
  • FTP / SFTP Command
  • Custom Commands
  • Integrations
  • RPA & Desktop OS Commands
  • Add And Configure Dataset Properties
  • Inspection Panel Interface & Elements
  • Config & binaries files for Standalone
  • Focus On Element Command
  • Go To Url Command
  • Scroll Element Command
  • Execute JavaScript Code command
  • Reload Page Command
  • Compare Variables Condition
  • Take Screenshot Command
  • Smart Variable (ChatGPT API)
  • Child Projects
  • Confirm (Dialog Box) Command
  • Populate Text Field Command
  • Hover Mouse On Element Command
  • Download Page Command
  • Stop Automation Command
  • Log Message Command
  • Input (prompt box) Variable
  • Extract Results Command
  • Wait for Element to Appear Command
  • Selector (DOM element)
  • Check Radio Input Command
  • Dynamic Variable (JavaScript Code)
  • Static Variables
  • Set Checkbox State Command
  • Set Dropdown Value Command
  • Press a Keyboard Key Command
  • Upload File Command
  • Double Click On An Element Event
  • Click On An Element Event
  • Switch Browser Identity Command
  • Slack Notification Command
  • Save as Pdf Command
  • Go Back To Previous Page Command
  • Go Forward To Next Page Command
  • Proxies Built-In Rotation
  • External Proxy Rotation API
  • Regular Expressions
  • Mock Location Command
  • Close Page Command
  • Desktop Notification Command
  • Command Folder
  • Clear Cookie Command
  • Change Page Size Command
  • Break Loop Command
  • DataSet Types
  • Link Crawler Command
  • Alert Message Command
  • Wait Commands
  • Home
  • Docs
  • Official Commands
  • Add And Configure Dataset Properties
View Categories

Add And Configure Dataset Properties

4 min read

What is a dataset property? #

The dataset property provides a convenient method for retrieving data from a specific webpage element using its CSS selector. By locating the desired element, you can extract the data and customize it according to your requirements. This can be done through various techniques such as applying regular expressions to extract specific data types or utilizing JavaScript code to gain greater control over the extracted information.

Within the RTILA studio inspection panel, you’ll find a range of options designed to simplify the process of data extraction and manipulation. This documentation will comprehensively explain all the functionalities and features available to enhance your workflow.

How to add a new property? #

Once you have added your new Dataset by following this documentation: https://rtila.com/docs/inspection-panel-interface-elements/#add-and-rename-a-new-dataset

You can now add a new property, by clicking on the ” new property “button then you can rename the property according to what data it extracts. Note: use unique names that describe the property content to avoid having duplicate data.

Configure Dataset property #

Basic Configurations #

Once you have added your new property, you can now start selecting the CSS selector of the desired element and manipulate the extracted data by using the following options.

  • CSS Selector: The CSS selector field is where you can write, past, or inspect the element CSS selector that will be used to locate the element data.
  • Name: This is where you can edit the name of the property describing the content of the property
  • Clear: Clear button lets you clear the CSS selector field and inspect a new CSS selector for your dataset property
  • Default Value: Setting a default value allows you to fill the property data with the entered value in case the property has no data extracted from the CSS selector
  • Content: This is where you control what kind of content you want to be extracted from the element selected by your CSS selector, There are five possible options:
    1. Link(href): This extracts the link of the element or the (href) Attribute
    2. Input Value: Extracted the input value of an input element if available
    3. Inner Text: Extracts the inner text between the element tags
    4. Inner HTML: Extracts the inner HTML values of the element { Could be other elements tags and their attributes}
    5. Attribute: With this option selected, the custom attribute field gets enabled which allows you to select the content of any custom attribute inside the element tags

Filter Configurations #

The filter configuration tab provides a range of options and techniques to filter property data. You have the flexibility to select preset data filters, create your own regular expression rules, or even utilize JavaScript code to manipulate the FIELD_VALUE using a variety of JavaScript methods and string manipulation functions.

  1. Data Filter: These are some preset filters you can use to manipulate the data to extract what kind of data you need.
  2. Glue: This allows you to combine different pieces of data or text together ( for Advanced users )
  3. Regular Expression: A sequence of characters that forms a search pattern just like the preset data filters, but here you can enter your custom regular expression manually.
  4. Here are some options that control the following Action area Javascript input files
  5. Action: This is the JavaScript input field that allows you to manipulate the FIELD_VALUE using a variety of JavaScript methods and string manipulation functions.

Condition Configurations #

The Condition configuration tab allows you to configure some conditions on your dataset property, this could be really helpful when you want to only extract the data that applies to certain conditions such as wanting to extract numbers or strings that start with a certain value or wanting to get data that equals certain value.

  1. Condition Operator: This refers to the type of the condition operator, The “AND” operator is used to create a condition where all specified criteria must be met for the condition to be true. The “OR” operator is used to create a condition where at least one of the specified criteria needs to be met for the condition to be true
  2. Condition Type: With this dropdown menu, you can select what condition you want to apply to your dataset property
  3. Condition Value: in some conditions, there must be a value that the condition should apply to this is the value that the condition should meet.

    Still stuck? How can we help?

    How can we help?

    Updated on 23/05/2023
    RPA & Desktop OS CommandsInspection Panel Interface & Elements

    Powered by BetterDocs

    Table of Contents
    • What is a dataset property?
    • How to add a new property?
    • Configure Dataset property
      • Basic Configurations
      • Filter Configurations
      • Condition Configurations

    INFO & LEGALS

    PRICING
    PAYMENTS & REFUND
    COOKIES - PRIVACY
    LICENSE AGREEMENT

    DOWNLOADS

    BOT LAUNCHER
    RTILA STUDIO ON GITHUB
    BOT & TEMPLATES
    PARTNERSHIPS

    RESOURCES

    VIDEO TUTORIALS
    DOCUMENTATION
    SUPPORT PORTAL
    FB COMMUNITY SUPPORT

    stay in touch

    Subscription Form

    follow us on

    • Facebook
    • YouTube
    • RTILA LinkedIn Page
    Copyright © RTILA CORPORATION