I have a response that appears to be a table. I can map the table fairly easily using column widths. However, I've now found out that the column widths can be variable based on the text width contained within the table.
I would attempt to use spaces; however, the text within the columns also contain spaces making alignment of the columns problematic.
I did discover the each column has 3 spaces separating the columns. I was able to get this to work until I found that when a column contains no data, it's filled with spaces. Again, this hoses up the alignment of all the columns that follow the blank column.
Any ideas on how to map this?