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
Currently the Path is specified on the "Resolver":
but the Key is specified as a Mapping:
I suggest adding the ability to set the Path using the mapping as well. This would (a) allow for consistency of config and more importantly (b) allow using the transforms to compose the path. Currently we ave to maintain logic outside of the importer since the path needs to be a specific field in the file.
The text was updated successfully, but these errors were encountered:
I was thinking for "Element Creation" resolver, you could just use the "static path" resolver (presumably with a path that exists) and then the final path would be set by the data target. ie the Object might momentarily be created with a different path but then would be moved to a final location.
Thanks a lot for reporting the issue. We did not consider the issue as "Pimcore:Priority", "Pimcore:ToDo" or "Pimcore:Backlog", so we're not going to work on that anytime soon. Please create a pull request to fix the issue if this is a bug report. We'll then review it as quickly as possible. If you're interested in contributing a feature, please contact us first here before creating a pull request. We'll then decide whether we'd accept it or not. Thanks for your understanding.
Feature description
Currently the Path is specified on the "Resolver":
![Image](https://private-user-images.githubusercontent.com/51059/397539526-42c8797c-ef9b-4913-8373-0310081c3ccb.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5ODE0MDcsIm5iZiI6MTczODk4MTEwNywicGF0aCI6Ii81MTA1OS8zOTc1Mzk1MjYtNDJjODc5N2MtZWY5Yi00OTEzLTgzNzMtMDMxMDA4MWMzY2NiLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA4VDAyMTgyN1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTI3MTQzZjMwNzY1NWNiNmEzMTZjODI4NGFmMTgzZWNhODlkNDk2ZWZlMDA4NjgyODVmMTI4YTcyZjRkNDBhZGMmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.2zEU8buc8Arw4VpzjlSwhdJzFMfG6-tQm5VI4epnAnQ)
but the Key is specified as a Mapping:
![Image](https://private-user-images.githubusercontent.com/51059/397542109-9f2b362a-d98e-4e3f-ba2d-6766bc68f81b.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzg5ODE0MDcsIm5iZiI6MTczODk4MTEwNywicGF0aCI6Ii81MTA1OS8zOTc1NDIxMDktOWYyYjM2MmEtZDk4ZS00ZTNmLWJhMmQtNjc2NmJjNjhmODFiLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMDglMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjA4VDAyMTgyN1omWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPWZiOTA2MmZlZWE2YWMyMzg2MmYwOWYxODdmMWU3Y2FhZTA3ODNjYWQxNzg5ZWNkYWVkOTUwOTBmY2RlODQxYWQmWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.ObNhpAncP9p8RFI83607JI7We20ME-ojJV8hXhzP_4Q)
I suggest adding the ability to set the Path using the mapping as well. This would (a) allow for consistency of config and more importantly (b) allow using the transforms to compose the path. Currently we ave to maintain logic outside of the importer since the path needs to be a specific field in the file.
The text was updated successfully, but these errors were encountered: