How can I import data from MS Access to Wix Collection? Or is there any other ways to import data to the Collection? Thank you in advance!
To see this working, head to your live site.
Search
Wishlist Page is the new official platform for requesting new features. You can vote, comment, and track the status of the requested features (requests from this page will be migrated to the new Wishlist soon).
Hey!
At this point the only possible way (IMHO) is:
First, convert ms access to csv - https://support.spatialkey.com/export-data-from-database-to-csv-file/
Then, with this article make JSON from it and import it with wix-data with this article
https://support.wix.com/en/article/how-to-import-and-export-collection-data-using-the-wix-data-api
Try!