hello,Guys,
im extracting data from PDF by row wise, and splitting the row by individual Strings
and adding it to “List Of Strings” for example
i) 1st row has “Invoice”, i’ve to add this to first row first column which is First Cell(A1).
ii) 2nd row has three individual strings like “Demo-invoiced slices” has to go in A2, “Order Number” to B2 and “654646” to C2…
iii) and so on…
hi @Pradeep_Shiv
use build datatable as suggested by @lakshman
and use generate data table actvity and try to split he values and pass it in add data row and check the values in output datatable activity
no because , ive got entire list of strings and using add to collection activity to add it to list of list then i’ve to get string by string and write in excel