boboldehampsink / import

DEPRECATED - Import plugin for Craft CMS
MIT License
177 stars 28 forks source link

Searching for assets with punctuation in name. #89

Open gregorydavidjenkins opened 8 years ago

gregorydavidjenkins commented 8 years ago

I have a catalog system with files like 2016.01.jpg - I tried using 2016.01 in my CSV data to identify the asset and it quietly failed. No error, just no changes made (even to the other fields in the import).

I tried 2016-01 instead (and changed the file name accordingly) and it didn't work.

It worked perfectly when I changed the file name to 201601.jpg and used 201601 in the CSV.

I really would like to keep the decimal point in my file name because it exactly relates to my catalog system. I understand that might be problematic, so even the hyphen would work better than nothing.

It seems like any punctuation in the file name breaks the import, without notifying or importing any other fields.

boboldehampsink commented 8 years ago

It searches for asset title instead of asset filename. What's the title when the filename has a dot or hyphen?