I have successfully installed the fast_content_csv_v09 module and plugin, however i am having trouble creating a proper csv file with document fields and TVs included.
when exporting via plugin from a parent document, all fields are empty and the csv is "empty".
when exporting via plugin from a child document the fields are filled however the csv is still "empty"
"empty" csv:
id;type;contentType;pagetitle;longtitle;description;alias;link_attributes;published;pub_date;unpub_date;etc...
when exporting from module i receive this error:
MODx encountered the following error while attempting to parse the requested resource:
« Execution of a query to the database failed - You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near ') and CAST(sc.`pagetitle`AS CHAR) = "" and CAST(sc.`alias`AS CHAR) = "" and CAST' at line 32 »
also this error in modx event log:
Undefined index: chooseworkspace
which tag should i enter in order to export all tv values?
i am willing to write english documentation if i can figure this out