You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
avdata() would parse __DESCRIPTION_<key> attributes to a 'Description' column
avdata_import() would do the reverse
implement avdata_delete() to remove particular keys.
round trip a vector-of-links. Currently avdata_import(avdata()) converts to a JSON text representation of vector of strings ["gs://...", "gs://...", ...].
The text was updated successfully, but these errors were encountered:
Handle 'Description' fields
avdata()
would parse__DESCRIPTION_<key>
attributes to a 'Description' columnavdata_import()
would do the reverseimplement
avdata_delete()
to remove particular keys.round trip a vector-of-links. Currently
avdata_import(avdata())
converts to a JSON text representation of vector of strings["gs://...", "gs://...", ...]
.The text was updated successfully, but these errors were encountered: