Skip to main content

Export data

How to export data from the platform

Manually export CSV file

It is possible to export many lists in CSV format. In TicTAP it is possible to export the following lists:

  • Entities : This list contains all the entities of a certain type. For example, all the bie entities.
  • Form submissions: This list contains all the form submissions sent by the users in a date period.
  • Tags: This list contains all the tags , which can be NFC tags or QR codes.

Export entities

To export entities of a given definition, you can do it from the list of entities. In the top right corner of the list, there is a button to export the list in CSV format.

Export entities

When you click on the button, the browser will download a CSV file with the entities of the list and all their fields. These are the columns you will find in the CSV file:

  • reference column will indicate the reference of the entity. The reference is a unique identifier that is used to reference the entity from external systems.
  • name column will indicate the name of the entity. If the entity has no name, the column will be empty.
  • Localized fields will be exported in different columns, one for each language. For example, if the entity has a field called job position and it is localized, the CSV file will have a column called job position en and another column called job position es ( for english and spanish respectively ).
  • tag codes column will indicate the NFC tags or QR codes that is associated with the entity. If the entity has no NFC tag or QR code associated, the column will be empty.
  • tag skus column will indicate the NFC tags or QR skus code that is associated with the entity. If the entity has no NFC tag or QR code associated, the column will be empty.
  • parent column will indicate the parent entity of the entity. If the entity has no parent, the column will be empty.
  • parent reference column will indicate the parent reference of the entity. If the entity has no parent, the column will be empty.
  • EOL column means "End of life" and it is a date that indicates when the entity was archived. If the entity is not archived, the column will be empty.
  • created column indicates when the entity was created.
  • updated column indicates when the entity was updated.

This is an example of a CSV file with the entities of the definition bie:

CSV export headers

Export form submissions

You can export the form submissions from the Analytics/Forms page, by clicking the Download data link. Filtered data will be downloaded in CSV format

form_submissions_export.png

The CSV file format for submissions includes every block label used in the templates and the filled values for each submission. Every row in the CSV file will include:

  • __form : the form name
  • __date : the submission date
  • __frontUser : the user name, when the form was submitted by a front user. If the form was submitted by an anonymous user, the value will be empty.
  • __tagName : the tag SKU or code, when the form was submitted by scanning a tag

Export tags

You can also export a list of tags from the tags view. In the top right corner of the list, there is a button to export CSV.

When you click on the button, the browser will download a CSV file with the tags of the list and all their fields. The CSV file will have the following columns:

  • name column will indicate the name of the tag.
  • sku column will indicate the sku of the tag.
  • url column will indicate the url of the tag.
  • description column will indicate the description of the tag.
  • registration date column will indicate the date when the tag was registered.
  • registered by column will indicate the user who registered the tag.
  • labels column will indicate the labels of the tag.

Webhooks

Webhooks allow informing third-party applications every time something happens in tictap. For example, every time a form is submitted, every time a reminder expires, every time an asset reaches end of life, every time an asset transitions from one state to another, etc.

Webhooks provide flexibility in cases where it is desired that an action occurs upon certain events occurring in tic tap.

Export PDF

Export PDF from a form submission

When a form as configured reports, it is possible to export the form submission as a PDF file. To do so, you need to

  1. Go to the form submission list
  2. Press the button "Report" in the form submission you want to export

It can also be done from the detail view of the form submission, by pressing the button "Report" in the top right corner of the page.

When you click on the button, the browser will download a PDF file with the form submission data.

Entity reports

From the Workspace view , when there are configured reports for an entity, it is possible to export the entity report as a PDF. In order to do so, you need to:

  1. Go to the entity detail view
  2. Press the button "Report" in the top right corner of the page
  3. Configure the date range for the report: this will allow including all the form submissions that were sent to a specific entity in a date range.
  4. Press the button "Generate report"

configure_and_download_report.png

When you click on the button, the browser will download a newly generated PDF file with the entity report.