HI All, I am trying to extract data from a PDF. I use read pdf and write contents to text. When I am trying to read text file and get invoice number and invoice amount, I was failed.
Anyone can help , how to read text file and split text and write to excel?
It look like this:
invoice number: 198530930
total amount: SGD 4879
it was not work…
‘DynamicActivity’: The private implementation of activity ‘1: DynamicActivity’ has the following validation error: Compiler error(s) encountered processing expression “strvalue.Split(Environment.NewLine.ToArray, StringSplitOptions.RemoveEmptyEntries)”.
Value of type ‘1-dimensional array of String’ cannot be converted to ‘String’.