Author Topic: Ingest dated folders  (Read 3226 times)

Offline Bjorn

  • Newcomer
  • *
  • Posts: 19
    • View Profile
Ingest dated folders
« on: July 16, 2009, 04:42:18 PM »
I got the renaming of the files the way I want.

But is it possible to have dated folders like this? :
YYYY/MM/YYYY-MM-DD/sample.NEF
2009/07/2009-07-17/sample.NEF

Thanks

Offline Kirk Baker

  • Senior Software Engineer
  • Camera Bits Staff
  • Superhero Member
  • *****
  • Posts: 24731
    • View Profile
    • Camera Bits, Inc.
Re: Ingest dated folders
« Reply #1 on: July 16, 2009, 05:05:21 PM »
Bjorn,

I got the renaming of the files the way I want.

But is it possible to have dated folders like this? :
YYYY/MM/YYYY-MM-DD/sample.NEF
2009/07/2009-07-17/sample.NEF

Yes.  You just need to use the proper {variables}:

{year4}/{month0}/{year4}-{month0}-{day0}

That should do it.

-Kirk