kentico-ericd / kontent-google-sheets-add-on

Using this Google Sheets add-on, you can import new content items in Kentico Kontent, or update existing items. This can be handy when migrating content from an external database or CMS, or if your editors prefer to work in spreadsheets.
MIT License
4 stars 3 forks source link

Support for assets #2

Closed Isetnofret1 closed 4 years ago

Isetnofret1 commented 4 years ago

Please include support for Asset field types for import using the google sheet import addon. The required value would be: "value": [ { "id": "6c332099-56fb-46df-95e7-2db2983a1ea3" } ]

but is not currently supported. I think it would make most sense to just have the import accept a GUID value.

kentico-ericd commented 4 years ago

Hello @Isetnofret1, thank you for the submission! I've just updated the add-on to v12 with Asset element support. Your add-on should auto-update, but just in case it doesn't work you can re-install it from the Marketplace: https://gsuite.google.com/marketplace/app/kentico_kontent/482429381322.

The format for updating Asset elements is described here: https://github.com/Kentico/kontent-google-sheets-add-on#formatting-cell-values. Let me know if it works for you!

Isetnofret1 commented 4 years ago

Works like a charm! Thank you!!!