I am trying to generate a data table using the ‘Generate Data Table’ method. I want to use spaces as column separators and line breaks as the row separators. I can’t seem to get either to work, and my data table is empty. I can’t attach a file because I’m a new user, but the data I’m working with is below.
“John Doe
Jane Doe”
Column Separator = " "c
Row Separator = Environment.NewLine
Any help would be much appreciated; thanks!