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
When importing data categories should be created from a data string. This works perfectly, except when the title in the title field inside the json data is literally "0". Data with title "0" seems to be skipped by Feed-me, so instead of creating a new category with that string as title ("0") no category will be created at all.
This issue isn't the case in Craft itself as it's perfectly possible to just create a category item with title "0" when done manually. So this is an issue in feed-me.
feed me:
data:
[
{
"spriteKey": "0"
}
]
Steps to reproduce
See above
Additional info
Craft CMS version: 3.7.36
Feed Me version: 4.4.1.1
PHP version: 8.x
Database driver & version: mysql/mariadb
The text was updated successfully, but these errors were encountered:
Description
When importing data categories should be created from a data string. This works perfectly, except when the title in the title field inside the json data is literally "0". Data with title "0" seems to be skipped by Feed-me, so instead of creating a new category with that string as title ("0") no category will be created at all.
This issue isn't the case in Craft itself as it's perfectly possible to just create a category item with title "0" when done manually. So this is an issue in feed-me.
feed me:
data:
Steps to reproduce
See above
Additional info
The text was updated successfully, but these errors were encountered: