Thank you for sharing. However, it’s difficult to identify which is column separator. For example, “Amount Paid By” probably should be separated to “Amount” and “Paid By”, but all words separated by single whitespace. (It means there is no difference between column separator and word’s space)
If we already know each column name, we might be able to create datatable from it, as workaround.
yes, that’s the whole issue here. I am reading text using screen scraping and its not accurate. and there could be many rows. Thanks for all the help.
I think the approach you shared is more reliable. I am trying to do it that way.
Last thing, can you give me regular expression for the first occurrence of number in a string?