You might want to try something like this: Converting pdf to excel - #4 by Aravind
Main.xaml (4.6 KB)
In your approach, you have output from the Read PDF with OCR activity - ReadFile, which of string format; you might want to parse it into the column values you like to have and then assign it as column values to the data table. Then the data table will have values and you can write it to the CSV.