Aperture 3 import date format

Okay its a matter for me to stick with it or pick up something else. I am hoping someone could help me here.
How do I change date format of project name while importing. Whenever I try to import whether from camera or local folder, it always gives the date format MMM DD, YY (Dec 30, 2010). Therefore, A3 gives the same name to the project regardless what date format I have set on my MBP. I tried many options, changing my input locals, date/time format, language, etc... nothing helps. Automatically split projects is also enabled and leaving project name blank as I want A3 to import it and put them in a separate project by date with specific format.
All I want is A3 import into different date format automatically the way I prefer such as YYYY-MM-DD, YYYYMMDD, DDMMYYYY or DD-MM-YYYY. Seems a simple task but I have been trying different methods for the last 4-6 months - no success. I searched through this forum but no results come up. Any help would be highly appreciated. Thanks

I agree with this being a bizarre omission from Aperture.
I had the clever idea that maybe it was following one of the formats defined in the International preference pane, but changing them had no effect.
Fortunately, Aperture 3 allows running an AppleScript after import. Choose Actions from the Import settings and select an AppleScript file you want to run after the images have been imported. The documentation provided in the Aperture AppleScript Reference provides an example on page 30. What is left unsaid is that the handler is called once for each project created during the import, with the input argument being a list of images added to that project.
Here's an AppleScript you can save and use as an import action. It changes the name of each folder to a date string in the form yyyy-mm-dd. It should be pretty easy to change if you want some other format. It should also be pretty easy to change if you want to add the date as a suffix to the project name you provided in the input settings if you didn't leave that blank.
(* Aperture 3 Script by Mitchell L Model, mlm at acm dot org, May 28, 2011 *)
(* Choose this script to run after importing images with automatic split
selected; it will rename the projects created for each date to the format
defined by the crude handler formatImageDate defined below.
Yes, that handler could have been written as:
        return do shell script "date +'%Y-%m-%d'"
but this way demonstrates the use of EXIF tag values.
Change or generalize the formatting as you wish.
It would be nice if Aperture used one of the date formats set in the International
Preference Pane -- in particular the short date -- so that you could simply change
that to be the way you want the split folders to be named, but it deosn't.
-- Experimentation shows that the handler is called once for each project created by the import,
-- with input a list of images placed in that project
on ImportActionForVersions(input)
    tell application "Aperture"
        set the name of the parent of the first item of input to my formatImageDate(the first item of input)
    end tell
end ImportActionForVersions
-- Note: numerical EXIF tag values are real numbers and must be converted to integers for these manipulations
to formatImageDate(theImage)
    tell application "Aperture"
        set y to the value of EXIF tag named "CaptureYear" of theImage
        set m to the value of EXIF tag named "CaptureMonthOfYear" of theImage
        set d to the value of EXIF tag named "CaptureDayOfMonth" of theImage
        return (y as integer as string) & "-" & my twoDigitString(m) & "-" & my twoDigitString(d)
    end tell
end formatImageDate
on twoDigitString(num)
    set n to num as integer -- to handle floats
    if n < 10 then
        return "0" & n as string
    end if
    return n as string
end twoDigitString

Similar Messages

  • Numbers App - .xls Imported Date Format

    Hi,
    I've just installed Numbers on IOS 7 (IPAD2) and have imported an .xls 97 file. All is good except the dates which have been imported as serial numbers e.g. 1/12/2013 appears as 41609. I have tried formatting the cells as date with any of the variations of the "5 Jan etc" example yet the number remains. The only way I can correct them is to re-enter them manually. The regional (UK) settings for the Ipad are correct so I'm not sure what's causing this, or what it is I've missed - any advice greatly appreciated. Thank you.

    No expereince with LibreOffice, so I can't address how it handles date formating. Its sounds a little like it is still including the time sets and storing them using using a string that Numbers can't convert (and Excel does recognize), but I'm just guessing.
    This might provide a clue: https://help.libreoffice.org/Calc/Date_and_Time_Functions. or at least a starting point for your research.

  • Aperture 3 Date Format

    Does anyone know if/how one can change the date format for Aperture 3? Right now, all date related metadata is displaying in short format, like this: [Jul 16]. I'd like it to be able to change it to long, full, or medium so the year displays as well.

    As of now, I still can't use Aperture 3, unfortunately.
    But, as far as I know, Aperture 3, as every Mac application, should simply use the date format defined in the Language & Text section of the System Preferences.
    • Launch the *System Preferences…* ( menu, fourth choice).
    • Select the *Language & Text* icon.
    • Click on Formats tab.
    • Choose the way you want the date, time and numbers to be displayed.
    • Quit *System Preferences*.
    • Relaunch *Aperture 3*.
    The dates should now be displayed according to your preferences.
    I hope it works.

  • LR3 not remembering import date format

    When I import photos, I set the Destination date format as 2010/2010-07/2010-07-06 for today as an example.  However, whenever I exit LR and it tries to import the next time, the date format reverts to 2010/2010-07-06.
    How can I set the default format here?
    Thanks.

    To be honest, I'm not sure.
    I created a pre-set as suggested and it was OK after that.  Maybe it was me!  Thanks for your help anyway.
    BTW, I am using OS X 10.6.4.

  • Aperture Import Date Problem

    I'm importing photos and have noticed repeatedly that when I tell it to automatically split projects, it's not breaking them in the right place.  It would appear that all photos before 11am are thrown onto the previous date.  I have played with (and double-checked) the time zones and they appear to be in sync.
    Tonight, I have discovered a new wrinkle to this.   I'm rebuilding my database and I knew this problem was happening, so I've been manually (ugh!) choosing each group and putting it in the proper place.  Now, I can see that the above is still happening, but now it's doing this:
    For example, I have 10 images showing up as January 1st. The first 5 are really January 1st, but the next 5 are January 2nd before 11am.  I download the first 5 images to a January 1st folder and when I go back to import, the next 5 are NOW showing up as January 2nd as they should have to start with.
    Has anyone else experienced a problem like this?  I'm going SO crazy having to manually sort these in the right place.  I'm on the first of 3 SD cards I need to import and it's going to be about 7 months of photos and 30gb of data.  If anyone knows a solution, I'm all ears!
    Oh, and I went to the genius bar last week about this with no luck.  I'm hoping there's a solution out there now and that I don't have to just report it and wait for a bug fix...
    Thanks!
    MorrowClan

    To be honest while its something you want to avoid if at all possible its not the end of the world. I've been forced to do it on a number of occasions and haven't had anything really bad happen. Do you have a recent backup? That helps to relieve the anxiety
    If you do force quit it make sure the very next thing you do is run a library repair. Hold own the option and command keys  while starting Aperture to get the repair window. Once that is done (and it may take a while to run) and Aperture comes up look  for a project Recovered Photos (or something like that, its been a while since the last time its happened to me) . If that is there there were images in your library that the repair function found but couldn't figure out where they belonged. You'll  need to sort them out yourself.
    Again, if you haven;t already, start a good backup routine for your libraries. That will go a long way towards alleviating your stomach distress
    good luck

  • Possible to change date format when importing files into Aperture 3

    Just wondering if it is possible to change the format of the date from YYYY-MM-DD to YYYYMMDD when you rename files as they are imported into Aperture 3? I typically rename my files and insert my initials, date the photo was taken, sequence number, camera used and original file name. When I do this in Aperture 3, the date format used includes dashes. I would like to have the file renamed without the dashes in the date. Is this possible?

    You should be able to edit the format in the import presets. I have done this for folder stucture of imports, I believe you can do the same for the file renaming. At the bottom of the drop down box for file naming at improt should be an edit option which brings up the import naming presets, select the "YYYY-MM-DD" and remove the dashes.
    Matt

  • Aperture 2.1.2 cannot read date format in new iPhoto '09

    I've noticed that when I import photos from iPhoto '09 to Aperture, the image dates all change to 12/31/00 from the dates input in iPhoto. This was not the case in iPhoto '08, so I assume iPhoto '09 uses a new date format that Aperture cannot read.
    Has anyone else experienced this and is there an update to Aperture in the works that will correct this?

    For anyone else trying to import photos from iPhoto '09 into Aperture while retaining creation dates and comments added in iPhoto, I wanted to post the steps that worked for me.
    I am using Aperture v2.1.2, iPhoto 09 v8.01 (397), and System 10.5.6.
    1. In iPhoto, add date created and comments in lower left Information box for photo.
    2. In iPhoto, select all photos then choose Adjust Date and Time... in menu - change date by 1 second and select 'modify original files'. This will add the date you entered above in the Original Date in the photo EXIF data.
    3. Select all photos you want to export from iPhoto to Aperture and export as JPEG, Maximum JPEG Quality, Full Size, and select 'Title and Keywords' - export to a folder
    4. Open Aperture and import photos exported from iPhoto retaining All IPTC data.
    Your photos in Aperture will now have the correct metadata in Aperture for original date and comments.
    There may be a better way of doing this, but since iPhoto was updated to '09, this is the only way I have found to do what was straightforward in iPhoto '08.

  • While importing pictures I cannot change the import settings on the right hand side of the panel. I would like to change the date format.

    Apparently I am missing something (stupid). Suggestions are welcome. I'm a novice with Lightroom. Just migrated from Aperture.

    I am going to assume that what you meant about changing the date format is that you want to change the way the date is formatted in the renamed file. Is that correct? To do that, you need to tell Lightroom you want to rename your photos during import. On the right hand side panel of the Import dialog is a section on File Renaming. Open that up and you will find a Template drop down box. This is where you can build a file renaming template to fit your needs or you can create a custom one. If you do create your own, make sure to save it as a preset if you want to reuse later. There are all sorts of ways to rename your files with several different date formats to choose from.
    Another possibility is the subfolder option for where you are going to store your imported folders. If you chose to Organize By Date, you can also use the Date Format drop down box to choose a date format. This will cause Lightroom to build a folder for each date found in photos you are importing a create a separate folder for each day found. So, if you had three batches of photos from three separate days, three new folders would be built by Lightroom and the photos created on day one would be stored in the day one folder. Same for day two and day three.
    Finally, if you don't like the format of the capture date or one of the other dates fields stored in the metadata, you are out of luck. You can change the date but not the format.

  • SSIS 2012 is intermittently failing with below "Invalid date format" while importing data from a source table into a Destination table with same exact schema.

    We migrated Packages from SSIS 2008 to 2012. The Package is working fine in all the environments except in one of our environment.
    SSIS 2012 is intermittently failing with below error while importing data from a source table into a Destination table with same exact schema.
    Error: 2014-01-28 15:52:05.19
       Code: 0x80004005
       Source: xxxxxxxx SSIS.Pipeline
       Description: Unspecified error
    End Error
    Error: 2014-01-28 15:52:05.19
       Code: 0xC0202009
       Source: Process xxxxxx Load TableName [48]
       Description: SSIS Error Code DTS_E_OLEDBERROR.  An OLE DB error has occurred. Error code: 0x80004005.
    An OLE DB record is available.  Source: "Microsoft SQL Server Native Client 11.0"  Hresult: 0x80004005  Description: "Invalid date format".
    End Error
    Error: 2014-01-28 15:52:05.19
       Code: 0xC020901C
       Source: Process xxxxxxxx Load TableName [48]
       Description: There was an error with Load TableName.Inputs[OLE DB Destination Input].Columns[Updated] on Load TableName.Inputs[OLE DB Destination Input]. The column status returned was: "Conversion failed because the data value overflowed
    the specified type.".
    End Error
    But when we reorder the column in "Updated" in Destination table, the package is importing data successfully.
    This looks like bug to me, Any suggestion?

    Hi Mohideen,
    Based on my research, the issue might be related to one of the following factors:
    Memory pressure. Check there is a memory challenge when the issue occurs. In addition, if the package runs in 32-bit runtime on the specific server, use the 64-bit runtime instead.
    A known issue with SQL Native Client. As a workaround, use .NET data provider instead of SNAC.
    Hope this helps.
    Regards,
    Mike Yin
    If you have any feedback on our support, please click
    here
    Mike Yin
    TechNet Community Support

  • Aperture Video Import Problem - from Lumix GH4: Imported clips have their dates changed to the import date.  The files show up on the hard drive but many are not showing up in Aperture.

    Aperture Video Import Problem - from Lumix GH4: Imported clips have their dates changed to the import date.  The files show up on the hard drive with import date not created date, but many of these same files are not showing up in Aperture. Sometimes the clips actually show up with the current import but take on the video information from a previously imported file.

    It was suggested I move this question to IPhoto or IMovie which I did. 
    Well moving to a different discussion group did not provide an answer to this question either. But what I finally did was import one batch of photos and videos into IPhoto for a given day at a time. Working with these I could change the date and times in order to get them in the original sequench taken. Then I would create an album with that batch. These would all be on the same day (IMove was closed for this phase). Then I would open IMovie, generate the thumbnails for that album, and select the album I had created. This was necessary because the importing process in IPhoto was using incorrect dates for my video so it was a real struggle finding them in IMove until I developed this approach.
    I believe that this whole process was so screwy because I was importing from an external hard drive not a camera. I had these photos on a PC and did not have the original cameras to use to import directly which I am fairly sure would have made this easier!

  • Date Format For Importing Invoices

    Hi All,
    I am using the DTW and importing invoices however I am having a problem with the date.  In the docdate, and docduedate field I have entered my dates however once I import them the date for the invoices I have imported are todays date.  Have I missed a field where I should enter other dates or is my date format perhaps wrong?
    Date formats that I have tried are ddmmyyyy, mmddyyyy, yyyyddmm, yyyymmdd.
    Any help will be greatly appreciated.

    Hi there,
    The right format is YYYYMMDD. The dates you are trying to import, are they future or past dates? Under Administration -> Document Settings are the 'Block documents with earlier posting date' and 'Allow future posting date' tickboxes checked?
    Regards,
    Nat

  • Excel import to numbers- date format issue?

    importing excel to numbers means my date format goes to a 5-digit number. I've ensured that the Excel cells are correctly formatted as dates but it keeps happening. Any ideas?

    see the reply by BadUnit at the bottom of this thread:
    https://discussions.apple.com/message/24099788#24099788

  • I have a acrobat reader, can I import text delimited data format to a PDF Form so that it can auto fill into forms that was created? If not, what about FDF and XML data

    I have a acrobat reader, can I import text delimited data format to a PDF Form so that it can auto fill into forms that was created? If not, what about FDF and XML data

    Yes, you can do all of that via Tools - Forms - More Form Options - Import Data, if you have Acrobat.
    If you only have the free Reader then you can still do it, but it requires a script.

  • Wrong date format when import CSV files

    When you import a CSV file that contains fields with German date formats, these fields are displayed incorrectly.
    Example: Contents of the CSV file "01.01.14". After importing the corresponding cell in Numbers has the content "40178".
    A reformat the cell to a date format is not possible.
    How do I get the date in the new version of Numbers displayed correctly?

    It seems that there are more than a few problems related to import/export with non-US localizations.
    I, personally, don't have a solution to your problem. I started to adjust my Language & Region settings to test your problem but it was several settings, I didn't get it right, and I didn't want to mess up my computer so I set everything back to US/English.
    The only workarounds I can suggest are
    Insert a new column into your table and in it put a formula that adds the number to the date 01.01.1904.  Or,
    Edit the CSV in TextEdit to Replace All "." with "/".  This will work if "." is used for nothing else but these dates.
    I recommend the second one if it will work for you. Hopefully Apple is addressing problems such as the one you are seeing.

  • Date format not imported

    Hi,
    I'm trying to import a date dimension from a SQL table. The problem is that the when importing directly into Power Pivot, the date format from the date base turns into a text format and the sorting is not the same as in the data base.
    Using Power Query instead, everything looks ok in the Power Query window and the data type and sorting is correct, and when loading the data to Power Pivot or an Excel table the format seems to be correct, but not the sorting, even when I
    set the sorting in Power Query. Why is that? Shouldn't the sorting be the same when the data is loaded? And why is the format not correctly imported to Power Pivot when not using Power Query? 
    I have windows 7 with Swedish as locale and office 2013 professional plus and I have the latest version of Power Query installed.
    Brgds,
    Caj
    Csten

    Yes, I tried to set the data type to date in Power Pivot and that works, was just surprised that Power Pivot don't import the format and sort order from the date base. Would be a nice feature.
    Curt, I assume this is what you mean?
    let
        Source = Sql.Databases("XXXXXX"),
        SLAMJunc = Source{[Name="XXXXX"]}[Data],
        dbo_DimDate = XXXXXX{[Schema="dbo",Item="DimDate"]}[Data],
        SortedRows = Table.Sort(dbo_DimDate,{{"Date", Order.Ascending}})
    in
        SortedRows
    Also, the data type is set to Date in Power Query but when I load the data into Power Pivot it is shown as Date/Time. Non of this is a big thing and it is easy to handle, just slightly annoying when I didn't get the result I was expecting.  
    //Caj
    Csten

Maybe you are looking for

  • E200 series computer not responding

    How do I use my 4 recovery disk for my E200 series laptop. I made them when I first got my computer. The system powers on , but nothing happens. Blank screen.

  • Vendor Bank Guarantee Process

    Dear Support, We have made a Vendor Bank Guarantee with spl G/L indicator. Ran FBL1N to see the list of bank Guarantess for a particular vendor where the due date i.e. expiry date of bank Guarantee is also displayed. Now at the time of MIRO/Advance P

  • 2.93 MBP - Problems before I even opened the box.

    Well. My new MBP arrived about 20 minutes ago. The shipping box was double taped on the top. I peeled the top layer off, and the tape below was slit, so the box was opened and then resealed. Fine... I took out the box that houses the computer, and lo

  • Computer Name changes

    I am moving a computer to a new use and need to change the computer name. After reformatting the hard drive and installing OSX and running all updates I was surprised to see the original computer name in the Sharing preference pane. So I changed it t

  • Footer sizing alters for PDF but not RTF

    Hi Just wondered if anybody has come across this issue. In word you can adjust the size and therefore the location of where the footer starts. I tried doing this and it saves fine in the template. When I preview to PDF the footer setting pulls throug