- 🇬🇧United Kingdom steven jones
There's a 'strip HTML' option for the CSV stuff, that might help you out?
When data format is selected as a CSV, extra empty rows are added if data is rendered in two rows of a single table column.
Example HTML structure where this problem is occuring -
<span class="test-label">
<span data-quickedit-field-id="node/1/test">Label</span>
</span>
<span class="number">
<div data-quickedit-field-id="node/12/test-2">Number</div>
</span>
Empty rows are added between "Label" and "Number"
Closed: cannot reproduce
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
There's a 'strip HTML' option for the CSV stuff, that might help you out?