You can export your data to make a backup, migrate it to another website within Hyvor Talk, or to migrate to another platform.
Visit Console → Tools → Export to export your data.
Hyvor Talk exports all data of your website in the following JSON format. This includes all comments, pages, users, and settings. Our exporter is optimized to export large amounts of data in a single file.
{
"website": Website,
"comments": [
Comment,
Comment,
...
],
"pages": [
Page,
Page,
...
],
"users": [
User,
User,
...
],
"rules": [
Rule,
Rule,
...
],
"badges": [
Badge,
Badge,
...
]
}The objects are from our Console API:
Newsletter subscribers are exported in a CSV file. The file contains the following columns:
pendingsubscribedunsubscribedconsoleformimportauto_subscribeHere is an example of the CSV file:
Email,Status,Subscribed At,Source
supun@hyvor.com, subscribed, 2024-01-01 12:00:00, console
ishini@hyvor.com, subscribed, 2024-01-01 12:00:00, form