And can you please share me some links of the UiPath tutorials and how to extract data from pdf to oracle db and whatever is imp for doing job
Tutorials: just do the UiPath Academy trainings. THey should give you proper access to all you need.
As for your specific problem, it is your way of working / thinking (not trying to offend you).
how to extract data from pdf to oracle db
Reading your posts and comments, I get the impression that you see this case as a single problem to solve. While at some scale this might be true, it is far from practical.
My approach, escpecially if I encouter something new is, first trying to break down your process into several smaller ones. Then try and solve the smaller steps. If you can’t yet, break them down again and again untill your are only left with very essential steps. Steps mostly covered in trainings and documentations.
So in this case:
- Extract data from a pdf
- Validate and / or structurize your data, making it DB ready
- create a proper query (and validate)
- Execute the query (and validate)
My guess is you went straight from step 1 to step 4. Leading to errors, and you try to fix things almost randomly, leading to another error and so on, whcih eventually leads to confusion. Any query you fire at your Oracle DB will cause errors if the data you’re trying to push there isn’t what you expect it to be.
This is what i am actually doing i have actually divided my process in several parts have already extract the data from pdf to excel and now trying for db so there are many errors in it