Email Automation- PDF to Excel- upload excel into access DB

Hello everyone, i was wondering, if someone could help me, i want to make small project, extract pdf into excel and then upload this excel into access. could anyone help me please?

Hi @kklei

Did you already try it at your end ?What help do you want @kklei ?

cheers :smiley:

Happy learning :smiley:

3 Likes

Hello,
Can someone help me with what is the exact coding i can use and correct sequence to be formed in ui path for the following screenshot .
image

Hi @suma123

Use Type into for for all text boxes and use click activity

Thanks
Ashwin S

Thank u @AshwinS2 but everytime i login ,the character option will change,eg:when next time i log in ,it will ask Enter 1 character of your password,Enter 2 character of your password.

Hi @suma123
Based on the condition try to loop the type into

thanks
Ashwin S

1 Like

i have tried to extract from pdf to excel, but i have not tried yet, to upload from excel to Access.
i need help, to know how can i upload excel document ( for example, invoice, name, address and amount) to Datenbank (Access).

Thank u @ AshwinS2 is there any condition so that everytime we login it should automatically recognize the characters?

1 Like

Hi @suma123

do the row(“Column Name”).ToString and based on the loop you can do the iteration no conditions

Thanks
Ashwin S

1 Like

Thank u AshwinS2