Export your data in CSV format in order to retrieve all your data entered for a defined period. The data is "compiled" in the same file, in a list; each field is separated by a semicolon.
For example, in order to facilitate the internal processing of your data, you would like to be able to extract your entries into a single CSV file.
Note: Only preferred if you have a large quantity of data to export.
This tab allows you to name your export template, export files and also to organise the fields present in your CSV.
To configure your custom CSV, simply drag and drop the desired fields from left to right.
Presentation of the different options for the CSV format :
What is the difference between separator and delimiter?
Let's take the example of a typical site supervision report form. We enter in the same data: "Abby Smith" ( in our Project Manager field) and "Carl Davis, Cassie Jones" (in our contractor field). By default, the information will appear like this in our CSV: Abby Smith, Carl Davis, Cassie Jones. However, how do we know which name corresponds to which position? To do this, you need to set up a separator and an enclosure.
Thus, if we define "
as en enclosure and ,
as a separator, our data will come out like this: "Abby Smith", "Carl Davis, Cassie Jones"; we will thus be able to easily identify our project manager and our contractors.
The most common formats are :
,
and an empty enclosure,,
and "
as the enclosure,;
and an empty enclosure,;
and "
as the enclosure.Do not hesitate to comment on this article! All your questions, comments and suggestions are most welcome!