by s_nalepa » Tue Apr 28, 2009 9:32 pm
It happens when I export from a list view. The affected field is in the main table. The list view is filtered on a field in the main table through the url.
I have made a temporary solution by tweaking the export to xml so I can get the contents from the source view of the web page with the xml result, I put tabs and newlines instead of xml tags. The export to xml does not truncate the posts with long content, but I have to replace all html-entities myself and remove blank lines.
Changing the $maxlength variable in Record.php did not make any difference.
There is obviously a difference in how the export to xml and the export to csv work, besides the fact that export to csv writes to a file. But I can't find the difference in how the database is queried, or anything else that affects the result.