cancel
Showing results for 
Search instead for 
Did you mean: 

how to save the extracted data from multiple pdf have multi line items ?

nirajnk952
Explorer
0 Kudos
569

how to save the extracted data from multiple pdf have multi line items and how can i save to CSV files?

Accepted Solutions (0)

Answers (1)

Answers (1)

chwostian
Participant
0 Kudos

Hi, as I am looking at the output you've got there a json. What you need to do is to map it to an array of objects. Have a look at the example below:

My custom script outputs here an array of two simple objects. This is the data input in Write CSV File activity.

Is it clear now?
Best regards

JK