Enterprise Forms: Data Perspective
Store Form Data
To have your form store submitted data in the content repository, add the Store Form Data pluggable behavior.
Data Perspective
Screenshot:
Configure Newline for CSV Export
You can export saved form data to a CSV file. By default, rows/records are terminated by newlines ( \r\n). Newlines terminator can be configured by adding a new string property named:
lineTerminator
within following node:
/hippo:configuration/hippo:frontend/cms/cms-eforms-perspective/editor
For example:
<sv:property sv:name="lineTerminator" sv:type="String"> <sv:value>\n</sv:value> </sv:property>