Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #17288
    adrian petrean
    Member

    Hello,

    I try to merge images from a url source and I get an output error : Image URL MUST contain a filename extensions.

    How can I solve this

    Thanks.

    #17289
    Pat
    Staff

    Hi Adrian

    An URL requires an extension eg. Jpg

    Example:

    https://url/to/my/image.jpg  <– extension

    It will not work without extension.

    Do your images have extensions?

    Official MyDataMerge Team

    #17290
    adrian petrean
    Member

    No, they don’t

    The URL is without a .jpeg or other extension

    #17291
    Pat
    Staff

    Please try to open one of your URLs manually in the browser and add .png as extension. Does the image still Show up?

    An example URL would be helpful. You can post in private by checking the appropriate checkbox here.

    Official MyDataMerge Team

    #17292
    adrian petrean
    Member
    This reply has been marked as private.
    #17293
    Pat
    Staff

    Hi Adrian

    in the current version it will only work with file extension.

    But: we’re currently working on the next update and there might be an improvement included to also accept URLs without file extension. I will re-check with the developers and get back to you with more information.

     

    Official MyDataMerge Team

    #17294
    Pat
    Staff

    Good news – There’s already an inbuilt toggle for the file extension check – here’s how to deactivate file extension check:

    • Close MyDataMerge
    • Open the terminal (Press CMD+SPACE, enter “Terminal”, press Enter)
    • Copy & paste the following command and execute it
    defaults write com.toolboxcode.mydatamerge imageDownloadFileExtensionValidation 0
    • Restart MyDataMerge
    • Check if it works for you and let us know

    To enable it again repeat the above process but change the command:

    defaults write com.toolboxcode.mydatamerge imageDownloadFileExtensionValidation 1

    Official MyDataMerge Team

    #17299
    adrian petrean
    Member

    It doesn’t work the shortcut “command + space

    I have the free version for now, it makes a difference?

     

    #17300
    Pat
    Staff

    The Terminal is a macOS application. CMD + SPACE just opens the macOS internal searchBar.
    You can also go to Applications > Utilities and open the Terminal.app manually.

    Then follow the instructions from my previous post.

    Official MyDataMerge Team

    #17301
    adrian petrean
    Member

    it works. I will proceed with the purchase of the soft and let you know if I have some troubles.

    Thanks

    #17302
    Pat
    Staff

    Glad we could help. Just let us know if there’s anything else you need to know.

    Official MyDataMerge Team

Viewing 11 posts - 1 through 11 (of 11 total)
  • The topic ‘Image from URL Error’ is closed to new replies.