Skip to content

Dispatch import

Here Import data from dispatch query panel using csv file. To import the data from query panel you can provide any customize data based on your needs. The csv file data contains below mention fields. Which depict what data you want in dispatches.

Fields:-

Here fields exists with the any name. You can provide a field name based on your needs, and it's not necessary to provide fields respective to column display in UI. You can alias with any name. For e.g Recipient = User not necessary to used recipient. Field name are not case-sensitive

  • author- Provide an author name as UUID. If not provided it will take default logged-in user id.
  • recipient- Provide a recipient details.Recipient Means provide an dispatch creation user
    • User UUID
    • User email
  • swimlane- Provide an swimlane details.Swimlane can be any of below.

    • Swimlane UUID
    • Swimlane handle

    Note: At one time you can provide either swimlane or recipient.

  • tracker- Provide an tracker details for dispatch.It should be tracker UUID or tracker handle

  • date- Provide a date for dispatch creation
  • start- Provide a start time for dispatch.Start time format should be "8:00 pm" | "8:30 am"
  • end- Provide an end time for dispatch. End time format should be "8:00 pm" | "8:30 am"
  • body- Provide a body text for dispatch
  • .*: Provide a values[Data] for dispatch. Here .* means provide a tracker metric properties name to importing the data. For example .[metric name] in place of * you can provide any metric name which you want in dispatch values.
    • e.g .venue || .venue, Here venue is properties[metric] name of tracker metric.
  • serviceId: Provide a service Id for dispatches. It's an optional
  • batchId: Provide a batch-id for dispatches. It's an optional.
  • location: Provide a location for dispatches[String] which consist geolocation information. e.g "43.65285511285401,-79.39829084980727"

Examples

Below attached the image of csv file format for importing.

CSV data With Recipient details:-

author recipient tracker date start body .activity .title .mapping serviceId end
xxxx-swimlane-uuid--xx test@gmail.com shout 2021-03-04 2021-03-04T10:05:51.000Z This is a body 朝食 breakfast_dynamic_752 7-7.5 example-service ID 2021-03-04T10:05:51.000Z

CSV data With Swimlane details:-

author swimlane tracker date start body .activity .title .mapping serviceId end
xxxx-swimlane-uuid--xx distance xxxxxxxxxxxxxxxxxx 2021-03-04 2021-03-04T10:05:51.000Z This is a body 朝食 breakfast_dynamic_752 7-7.5 example-service ID 2021-03-04T10:05:51.000Z