Hi please help with regex to extract table from pdf. I have the text.
Example:
84121501 ZZ 1.00 CONCEPTO DE PAGO:COMISION DESEMBOLSO 365.11 365.11
84121501 ZZ 1.00 CONCEPTO DE PAGO:GASTOS POR PORTES 3.50 3.50
Hi please help with regex to extract table from pdf. I have the text.
Example:
84121501 ZZ 1.00 CONCEPTO DE PAGO:COMISION DESEMBOLSO 365.11 365.11
84121501 ZZ 1.00 CONCEPTO DE PAGO:GASTOS POR PORTES 3.50 3.50
Hi @odelacruz
Read the pdf into a string using read pdf and Find a string before and after the table data which is static amd use left/right of string activity to get the table data
Then to construct a table you can use gemerate table activity with appropriate delimiters
Cheers