- πΊπΈUnited States markdorison
Is this issue still relevant? If so, please reopen with a merge request against the 4.x branch.
Exporting a long text field, it is possible to have indentation in the value.
Lorem Ipsum dolor sit amet:
Lorem ipsum
Unfortunately CsvEncoder->arrayDepth() is using print_r and indentation to determine the depth of an value array. Above string returns a depth of 6 and therefore output for the field value is removed in CsvEncoder->flattenCell().
My approach is to determine reference by setting a test key, but if there are other ideas...
Closed: outdated
1.0
Code
Not all content is available!
It's likely this issue predates Contrib.social: some issue and comment data are missing.
Is this issue still relevant? If so, please reopen with a merge request against the 4.x branch.