Importing group memberships with the CSV import feature isn't possible. This feature is on our customer wish list, but we do not have a release date for it. You can populate groups with a database script based on the tblAssetGroups/tblAssetGroupLink database tables, but we do not currently provide support for writing custom scripts.
It's still not clear to me what exactly you mean by "better management" or why you need to migrate the assets from dynamic to static groups. If you need to query dynamic groups within a report, it's recommended that you either:
- Manually add the group criteria to your report. If you have a group for machines with software X installed for instance, manually add this software criterion to your report.
- If your database is running under SQL Server, create a view for your group, which you can link to other tables. This will only work in SQL Server, as SQL Compact doesn't support views.