just a quick follow-up, the import is now working well for the most part. Thanks a lot for that!
The only thing still missing after the import is the descriptions of the views. Column descriptions however, are imported correctly.
{
"title": "Testproject",
"emoji": "\u2764\ufe0f",
"columns": [
{
"id": 349,
"tableId": 47,
"title": "Column One",
"createdBy": "admin",
"createdByDisplayName": "admin",
"createdAt": "2026-04-04 19:32:03",
"lastEditBy": "admin",
"lastEditByDisplayName": "admin",
"lastEditAt": "2026-04-04 19:32:03",
"viewColumnInformation": null,
"type": "text",
"subtype": "line",
"mandatory": false,
"description": "Column Description",
"numberDefault": null,
"numberMin": null,
"numberMax": null,
"numberDecimals": 0,
"numberPrefix": "",
"numberSuffix": "",
"textDefault": "",
"textAllowedPattern": null,
"textMaxLength": null,
"textUnique": false,
"selectionOptions": [],
"selectionDefault": "",
"datetimeDefault": "",
"usergroupDefault": [],
"usergroupMultipleItems": false,
"usergroupSelectUsers": false,
"usergroupSelectGroups": false,
"usergroupSelectTeams": false,
"showUserStatus": false,
"customSettings": {}
}
],
"views": [
{
"id": 283,
"tableId": 47,
"title": "Testview",
"description": "View Description does not get imported",
"emoji": "\ud83d\ude0e",
"ownership": "admin",
"createdBy": "admin",
"createdAt": "2026-04-04 19:32:39",
"lastEditBy": "admin",
"lastEditAt": "2026-04-04 19:32:39",
"columns": [],
"columnSettings": [
{
"columnId": 349,
"order": 0,
"readonly": false,
"mandatory": false
}
],
"sort": [],
"isShared": false,
"favorite": false,
"onSharePermissions": null,
"hasShares": false,
"rowsCount": 0,
"ownerDisplayName": "admin",
"filter": []
}
],
"description": "",
"tablesVersion": "1.0.5"
}
Originally posted by @michiey in #1799