Hi,
I have a following sample text in table format (extracted from pdf) from where i need to extract the third columns’ (Beschreibung) values only. The following extracted value is text, not a table.
Nr. Bauteilgruppe Beschreibung
1 Ausrüstung Fahrzeugschlüssel m. Fernb. (2x Batterien leer) - --- - erneuern
2 Tür vorn links Tür - Dellen - sanft instandsetzen
3 Instrumententafel Ablagefachdeckel (Sitzt schräg) - abweichend Auslieferungszustand -
einstellen/justieren
I think I only have option to use regex ?
Any suggestion on this ?
Try to convert the text into a Data Table. By using the Output Data Table activity.
Here is the documentation for this activity, it has an example also.
An alternative to this will be to use Document understanding. Which is a bit more work, but very powerful and a very good skill to master. UiPath Academy offers a great course on this.