Saltar al contenido principal

⚠️ Please note that this topic or post has been archived. The information contained here may no longer be accurate or up-to-date. ⚠️

Import File Naming Issue

Comentarios

2 comentarios

  • Ian Wilson
    Moderator
    Top Commenter

    The token you need is [Image Name] which refers to the current file name.

    You could use

    [Job Name]_[Image Year (yyyy)]-[Image Month (MM)]-[Image Day of Month (dd)]_[Image Name]

    Note I used - instead of / as I am not sure that / is acceptable in a file name. Also the complicated date business is because the simpler [Image Date] token doesn't include yyyy-MM-dd as one of the formats on offer. You could use [Image Date] if you didn't mind using a simpler 2-digit year.

    And [Image Name] means the current file name. So this would change DSC12345.NEF to 

    [Job Name]_2023-01-15_DSC123435.NEF. If you renamed again using the Image Name token, the image Name would be treated as [Job Name]_2023-01-15_DSC123435.NEF not DSC123435.NEF.

    Ian

    0
  • Tim Carpenter

    Got it.  I thought I had tried image_name...but changed the token and all is good.  Thank you.

    0

La publicación no admite más comentarios.