Thanks for the quick turn around! Here are my findings, for what it’s worth:
– I am using a Windows 7 laptop to access the remote WordPress sites
– yes, the Exported file does now contain the HTML code. BUT:
– when I was using 1.11.4 version, the exported file had the typical Windows CRLF (hex 0D0A) carriage return line feed characters as the record delimiter separating each Name entry in the directory (and a “record” could consist of multiple lines in the CSV file)
– in version 1.13, the exported file appears to now instead be using the literal 4 ascii characters \r\n as the record delimiter. The import of that file produces errors and no useful data.
– if I manually edit the exported file to instead use CRLF as the record delimiter, it still won’t import correctly
– If I take an extra step of concatenating all the multiple line entries into a single line per entry in the CSV file, now it imports correctly.