RPA Vs. AI

  • Post author:
  • Post category:RPA
  • Post comments:0 Comments

Without knowing the meaning of RPA and AI, it is hard to describe differences between them. Let's start with the definitions: Robotic Process Automation (RPA) is a software robot that can…

Continue ReadingRPA Vs. AI

XSD – Validation

  • Post author:
  • Post category:XSD
  • Post comments:0 Comments

We'll use Java based XSD validator to validate students.xml against the students.xsd. students.xml <?xml version = "1.0"?> <class> <student rollno = "393"> <firstname>Dinkar</firstname> <lastname>Kad</lastname> <nickname>Dinkar</nickname> <marks>85</marks> </student> <student rollno = "493"> <firstname>Vaneet</firstname> <lastname>Gupta</lastname>…

Continue ReadingXSD – Validation

RPA Tools

  • Post author:
  • Post category:RPA
  • Post comments:0 Comments

RPA tools are the software that helps users to configure various tasks to get automated. Most of the organizations have periodic and repetitive tasks such as data entry, data extraction,…

Continue ReadingRPA Tools