I have table in pdf, which I have tried to scrap, it is getting scrapped successfully, but the issue is I also want to add pdf file name along with each row in that scrapped in data table.
For Example : if there are 3 rows scrapped, I want to add pdf file name to all that rows, so that means, If scrapped data table have 3 columns so along with that columns I need one more column of file name and file name should be added for all that rows.
i hope the table in pdf is extracted as datatable
Use add data column activity for adding new column and there is default option in the properties where you can specify the pdf name
@Pramod_Bharat_Mangale The columns might vary dynamically. For now it has 3 columns but for another case it might have less or more columns. The below workflow can handle such type of scenarios
It is working, but the thing is, i am getting error like filename column already exist in data table, how to deal with it, i am doing this activity for multiple pdf saved in one folder
@Pramod_Bharat_Mangale When are you adding the data column to the data table? Is it within loop? If it is within loop you remove it and place it before the loop