Can someone help me with data extraction from pdf to database with babystep because i am new to UiPath
Hi @Mariam_Saeed ,
Can you share your PDF file?
Or check your link
Flow step:
get data table from PDF
convert data table to database
Regards,
LNV
1st video is of data extraction from pdf to excel and i have done that
2nd is of excel to pdf and i want to transfer from pdf to db
Hi,
2nd is convert data table to database, pls check
You need connect UiPath with oracle first
Then convert data table in UiPath to database in oracle
- Add UiPath.Database.Activities to your UiPath solution through package manager.
- Add a Read Range to read your excel to a datatable
- Use the database connection activity and create the connection to the database
- Use a for each row activity to loop through the datatable
- Within the loop, use the execute query activity.
- Configure this activity to accept the datarow returned from the row variable of the for each row.
- Write the query to insert it into your table
You can try
how to connect UiPath to oracle?
You can flow step
have done this and now how to extract data from pdf to oracle DB
Hi @Mariam_Saeed
it goes back to the original question?
I showed you how to get data table from pdf
I showed you how to connect oracle with UiPath
I also showed you how to change from data table UiPath to database
please see previous comments
Regards,
LNV
I didn’t understand that answer of how to change from data table UiPath to oracle database can you please send me any tutorial of this
and the video you recommended me is not for oracle database it’s for SQL database