On my site, I have a custom field set up as part of a group that is a "single line" type. Early on, I wanted this field this way to allow people to type different game genres in here. Now, we have a set list of genres and I'd rather this field be a checkbox, to prevent new genres being added or typos being introduced.
I'm guessing this is the same issue? Basically, I can't convert "single line" to "checkbox" because the data is stored differently in the database?
If that's the case, I understand I can simply make a NEW checkbox field and set the values... but I have 4114 posts of this type, so is there any way to migrate the content/data from the "single line" field to a new "checkbox" one, besides doing it manually?
Hello. Thank you for contacting the Toolset support.
Checkboxes fields are special fields whose data stored as serialized array within the database that is why its not possible to migrate to that field type.
I suggest you should raise your concern or requirement with their support and check with them what will be the optimized way to import such custom field content.