This commit is contained in:
@@ -18,7 +18,9 @@ Formats available are .json and .csv (comma separated values).
|
||||
|
||||
### JSON
|
||||
|
||||
JSON is most appropriate for preserving the original structure of the data being exported and a good "round trip" format as it's most compatible with importing back into AyaNova. JSON format is becoming more widely accepted and you should choose this format where possible. There are also numerous conversion utilities and online sites if you need your data in another format from JSON.
|
||||
JSON is most appropriate for preserving the original structure of the data being exported and a good "round trip" format as it's most compatible with importing back into AyaNova.
|
||||
|
||||
JSON format is widely used and supported and you should choose this format where possible. There are also numerous conversion utilities and online sites if you need your data in another format from JSON.
|
||||
|
||||
### CSV
|
||||
|
||||
@@ -26,7 +28,7 @@ JSON is most appropriate for preserving the original structure of the data being
|
||||
|
||||
### Time zone is in UTC
|
||||
|
||||
Dates and times are exported in UTC / GMT time zone directly as they are stored at the server.
|
||||
Dates and times are exported exactly as they are stored in the database as UTC / GMT time zone values.
|
||||
|
||||
### Timeouts during export
|
||||
|
||||
|
||||
Reference in New Issue
Block a user