Read URLs from CSV and fetch JavaScript content

Hi,

I’m new here. I just need info if Kantu can do following:

I have CSV with list of URL in 1 column.
I need Kantu to:

  1. Open each URL from CSV
  2. Get one JavaScript generated field (actually number)
  3. Store that field in same CSV in column next to URL

So I should end up with CSV with 2 columns.

Thank you!
Cheers!

  1. ok
  2. ok
  3. fail

Kantu cannot modify csv, it can only append lines (with columns, but still new row is mandatory).
There is a crippled workaround and not that much crippled.
A) You could add new row with url that you’ve read and number in the next column. But it’s crippled because you won’t be able to read it again in kantu. Weird? I know. But if you won’t be reading it again and ok with two lines then go for it.
B) You can save new csv with other name with one row and two columns.