Skip to content

Data transfer to Braincube

How can I connect form data with Braincube?

At each submission, .csv files are automatically generated on the folder braincube-form\data.

Specify this folder on Iptransfert.

Note :

  • One file by form’ submission
  • The file name is made up of the name form and the submission timestamp
  • The column name is the input name :

  • The first column is always "FORM_ENTRY_DATE". It's the submission timestamp of the form.
  • The second column is always "USER'. It's the user name who submit the form.
  • Only modified data are in the file .csv. If the input is empty, the column won't be generated.