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 using Feed Me to import an asset from another entry type (via a field that has asset field), the filename gets duplicated with the extension.
Example:
Input filename: test.jpg
Feed Me result: test.jpg.jpg
This issue only happens when the asset is imported through another entry type. If assets are imported directly via the Assets entry type, the filename is handled correctly (no duplicate extension).
Expected behavior:
The filename should not have its extension duplicated.
Ideally, if test.jpg is provided, the asset should be saved as test.jpg (not test.jpg.jpg).