To read the content of the Doc format file

Hi,
I tried to extract the content of the Doc format file using
Read Text File activity but the content extracted not displaying in readable format

Can any one help me in this issue, how to extract the Doc file content

can we see the sample text ??

RESUME

YERLANKI PRASANTH Phone No. :

JAVA/J2EE – 2.0 Year Exp Email Id:

CAREER OBJECTIVE :

To be associated with a progressive and innovative organization which gives the scope to apply my knowledge and skills and to be part of a team that dynamically works towards the growth of the organization.

SUMMARY:

  • Total 2.0 years of Enterprise Software Implementation and Integration experience that includes Analysis, Design and Development of Java/J2EE.
  • Ability to Work with Servlets, JSP, JDBC, Spring, Struts, and Hibernate.
  • Web application development using Bootstrap, HTML, jQuery, JSP, Servlets and Apache Tomcat Server in conjunction with MySQL.
  • Extensive experience in multi-tiered Architecture with Java, Servlets and JSP.
  • Experience in E-commerce and Health care domain.
  • Good interpersonal skills, hard working with zeal to learn new technologies & undertake challenging tasks.

EXPERIENCE :

Working as a Software Engineer in Sajix Software Solutions Pvt ltd, Visakhapatnam from JUL 2016 to till date.

TECHNICAL SKILLS :

Platforms : Windows XP/7, Linux mint

Web Technologies : JQuery, Bootstrap, HTML5, CSS3, AJAX, Java Script

J2SE technologies : JDBC

J2EE technologies : Servlets, JSP

Application Servers : Tomcat 7

Databases : MySQL, Oracle 11g

Frame Works : Spring4, Struts1.3

ORM Tool : Hibernate4

IDE Tools : Eclipse

VCS Tool : Tortoise Subversion, Rabbit SVN.

EDUCATIONAL INFORMATION:

Bachelor of Technology in Computer Science Engineering (2016)

GMR Institute of Technology.

Project Experience:

Project-1

Title : LIFEEAZY.com

Client : Vivify Healthcare Pvt. Ltd.

Description:

Lifeeazy.com is an e-commerce web application used by care seekers to buy medicines, schedule appointments with care providers and schedule lab tests online. Users can also store and manage their health profile such as diet plans, diagnosis lists, medication lists, allergy lists, immunization histories etc. in a private and secure environment. Also provides various features for care providers to help them give their utmost to their care seekers.

Responsibilities:-

  • Designed the application by implementing Spring Framework based on MVC Architecture.
  • Designed Front end UI Screens using Bootstrap, HTML5, jQuery and JSTL.
  • Ajax calls made to get Response from Server Asynchronously.
  • Used Hibernate for ORM DAO persistent layer Mapping Java Classes and MySQL Tables
  • Actively involved in code reviews and also in bug fixing.
  • Logging is done using Log4J framework and Spring AOP.

Environment: Spring MVC, Hibernate, Bootstrap, jQuery, AJAX, MySQL, Eclipse, Apache Tomcat.

Project-2

Title : iHelix (Integrated HealthCare Information Exchanger)

Client : Regional General Hospital, USA.

Description:

iHelix is an enterprise-wide solution that provides complete patient information across all points of care to allow healthcare providers to deliver the best care possible. Specifically designed for small community hospitals, large medical clinics and long-term care facilities, the iHelix Hospital solution is comprised of individual, but integrated modules like Patient, Doctor, Clinic, Lab, Financials, HR, Configuration, Administration, Revenue Cycle. This technology platform enables our clients to build customized health information systems that are affordable and meet their specific IT needs.

Responsibilities:-

  • Designed the application by implementing Spring Framework based on MVC Architecture.
  • Designed Front end UI Screens using Bootstrap, HTML5, JQuery and JSTL.
  • Ajax calls made to get Response from Server Asynchronously.
  • Used Hibernate for ORM DAO persistent layer Mapping Java Classes and MySQL Tables.
  • Managed transactions using Spring Transaction Management.
  • Logging is done using Log4J framework and Spring AOP.
  • Participated actively in application production launch.
  • Involved in helping team members to debug issues with the application.
  • Written well qualified SQL queries.

Environment: Spring MVC, Hibernate, Bootstrap, jQuery, AJAX, MySQL, Eclipse, Apache Tomcat.

DECLARATION:

I hereby declare that the above mentioned details are true to the best of my knowledge and belief.

Date: Y.PRASANTH

ReadTextFile activity is intended to read a plan text file - which is not the case of DOC format produced by MS Word. Therefore you could expect unexpected result.

To extract text from DOC files you could better use activities from UiPath.Word.Activities

Cheers