Extract multiple pages using Jscript

Hello everyone,

I need to extract some 300-400 pages but using Extract data table its taking time. Can I use Java script to extract .Below is the screen shot.


I have 11 columns in the data table. Can some one help me with the Jscript

image

Hi,

I have some 300-400 pages to extract .Extract data table takes time. Can some one help me with Jscript ,These are my column names. there are around 400 pages

image

@Anil_G any help on this?

Hey @dutta.marina,

Use Read PDF Text or OCR to extract all pages at once, then parse with Regex or JavaScript inside an Invoke Code activity to split into columns. Build a DataTable manually from the parsed text instead of using Extract Data Table. This will reduce processing time for 300–400 pages.

Let me know if it’s helpful.

Hey @dutta.marina,
Exactly, parsing all the text at once and then splitting it with JavaScript or Regex usually speeds things up a lot compared to using Extract Data Table on each page. Just make sure your DataTable columns match the parsed fields.

Do you have any example workflow

@dutta.marina

Is the task only to extract?

If you want to try with javascript then you can and it would not be a difficult code but a simple one. You can check on gpt to get a sample. But again the time delay might be due to pge loads as well

One way I see is you can increase number of items per page i see upto 90 is possible which can reduce time significantly

Cheers

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.