Data scrapping for java application

Hi All,

i want to extract table and store it on excel from oracle java application, i have installed extension and can get value,type and click on fields but when i want to use data scrapping to get data i got below message.
image

how cani fix it or if it is not possible what is another simple workaround if there.

below is the style of table

Hi @takyysh

Some features are not avaiable when working with Java applications, you should look for a different solution, maybe using computer vision activities will help you in this case

Regards!

Hey,
did you try install this extension?
image
Hovewer, if this activity isn’t supported in your application, you can try using ctrl+a, ctrl+c on table or computer vision can be also helpful.

Hi @fernando_zuluaga
Thanks for support, but i think computer vision need license or not if no , is it accurate to get data?

it does not, it is really accurate to retrieve the data, you can give a try and see the results you get

Regards

Hi @pikorpa
thanks for support
Is cv need license ? And is it accurate to get data?

hi @fernando_zuluaga

i really appreciate your support,

first thing i cant find license in other services section to get computer vision code.
another thing from project setting i enabled local server but it ask to install UiPath.computervision,localserver package and i cant find it also.

please note i am using enterprise platform but till now i am using trial license.

and i tried it but it doesnt give correct data as the data in arabic language i think it is not support arabic.

@takyysh

On java application table extraction might not work…

You need to go with using loop and idx and get the data

Cheers

hi @Anil_G

thanks for support

1 Like

Indeed Data Extraction will not work with Forms apps, because the table is rendered as a grouping of labels instead of a nice structured table.