Sorting Incoming Files??

http://lifehacker.com/5099883/download-mover-automatically-sorts-incoming-files
Is it possible to do this on a Macbook?? I have tried smart folders, but I am trying to be able to download in firefox or safari and only mp3 files are moved to a designated folder and opened by itunes.
Any Tips??

Thanks...I checked both sites for something like an auto sorter for music and possibly even other file types. But no luck..Still open to suggestions.

Similar Messages

  • Sorting incoming files based on payload content

    Hi,
      I have a file>XI-> FILE scenario...I need to sort the incoming file based on payload content...But my understanding is in XI each line item would be processed one at a time...Is it possible to sort the entire file before beginning to process???
    -Ken

    Hi Ken,
    you can try to create generic content sorting with java mapping:
    /people/ravikumar.allampallam/blog/2005/06/24/convert-any-flat-file-to-any-idoc-java-mapping
    Regards,
    michal

  • Sort incoming files?

    Is it possible to have files from different devices automatically sent to different folders?
    Like, I have my phone, and my camera sending paired with my iMac, and I'd like to send files from my camera straight to pictures automatically, and files from my phone to downloads. Is that possible at all? Would I need to download a new app, and does such an app exist?
    Cheers.

    Welcome to the Apple Discussions, GameFreak7744
    Is it possible to have files from different devices automatically sent to different folders?
    Yes
    Like, I have my phone, and my camera sending paired with my iMac,
    and I'd like to send files from my camera straight to pictures automatically,
    and files from my phone to downloads.
    The *sending paired with my iMac* is a little vague. !http://discussions.apple.com/images/emoticons/confused.gif! Did you mean paired with Bluetooth?
    *straight to pictures* ? !http://discussions.apple.com/images/emoticons/confused.gif! Do you mean the Pictures Folder?
    Is that possible at all?
    Yes
    Would I need to download a new app, and does such an app exist?
    No download is required (or needed) because you own a Mac
    I could explain how to do this but first I have a question for you! Do YOU want to KNOW or do YOU want to LEARN how to do *Mac Stuff* ? !http://discussions.apple.com/images/emoticons/cool.gif!
    Unlike Windows, you Mac has the ability to HELP you LEARN as you go 'Mac Help' is available from the 'Desktop's Finder' and in EVERY Application or Utility that 'MAC OS X' has!
    If you've got a question, just ask 'Mac Help' for the answer. In a few days you'll spend more time *LEARNING How You Can* and less time *NOT KNOWING If You Can*
    !http://discussions.apple.com/images/emoticons/love.gif!
    To start 'Mac Help' 'Double-Click' the 'Finder Icon' from the 'Dock' at the bottom. Then 'Click' on 'Help' on the 'Top Menu Bar'. 'Click' in the 'Search' field and type in 'bluetooth' and then press 'Enter/Return'. 'Click' on 'Show All Results' and start READING!
    Later ... Buzz
    !http://homepage.mac.com/buzzlightgear/.Pictures/HomePage/Buzz.tiff!

  • I need to sort the incoming file contents before message mapping

    Hi All,
      I have requirement like i have to sort the file contents before message mapping in Xi. is there any option please suggest me with your value information.i dont want to sort in message mapping before that i want file contents to be sorted order.waiting for your quick reply.
    Thanks,
    seshagiri

    Hi,
    You can do this in one scenario.
    Lets say you have MT_Source and MT_Target as two message types.
    Now your MM1 will be between MT_Source & MT_Source, that is same message type. Here you built your sorting logic.
    Now create MM2, between MT_Source & MT_Target. Here your actual mapping logic will be implemented. The input payload for MM2 will be sorted data.
    Now in operation mapping, first call MM1 and then call MM2 (You have a plus + sign to add multiple mapping programs). Due to this sequence, at run time first MM1 will be executed and after that its oupt will be given to MM2 as source payload.
    Hope its clear. Plz let me know if you have any doubts.
    -Gouri

  • Sort a file before mapping in XI Repository

    Hello,
    I have a incoming file in XI but it is not sorted.
    How this file creates IDOC FI, I have to sort it before to do the mapping.
    Anyone has a solution?
    Is it possible to do it in the Directory part?
    Thanks for advance to help me.
    Bye.

    Well in my opinion you can sort it only in IR while doing mapping. Because sorting will be done only after data is picked up.  And in ID if it is possible then it will be done by using x-path.
    Unfortunately I don't know if we can sort it in ID by some way.
    I guess you want to pick the file based on some kind of number range or some specific condition in your Receiver Determination to route the data to different Recevers.
    Regards,
    Sarvesh

  • File Adapter - Sort Input file

    Hi There,
       I am trying to process the file I receive in XI for an external system ( Flat File) .
    I need to sort the file and then add de-limiters.
    Do I do this in the adapter or in during mapping.
    Any help is appreciated.

    Hi,
    <i>This file has many records. Several accounting documents are embedded in it.</i>
    >>>SO you need to sort these records right ?
    So it is a flat file.
    1) first of all you need to pick the file. So as you told file is a flat file right ? What is the delimter for the incoming file ? Based on this , you need to convert this flat file into field details with file content conversion option available in the Sender File Adapter configuration
    2) Now you need to sort the records. This you can do in the Mapping.
    3) If you want to send mulitple files into your Target system, you can do this in the XI with mapping and Receiver determination.
    To feel about flat file scenario in XI-
    /people/venkat.donela/blog/2005/03/02/introduction-to-simplefile-xi-filescenario-and-complete-walk-through-for-starterspart1
    /people/venkat.donela/blog/2005/03/03/introduction-to-simple-file-xi-filescenario-and-complete-walk-through-for-starterspart2
    Regards,
    Moorthy

  • Sort incoming XML message

    Hi
    Is there a standard way in PI to sort the incoming XML message within the message mapping before doing the mapping itself?
    The scenario would be an incoming Flat file with header and item data records, and we will be mapping it in PI to create IDOC messages based on the same Header segment. So for the same Header Data I would like to create a single IDOC. But the incoming file would be unsorted, so I would need to sort it first based on the header segment some way.
    Ideally, we would like to do all of the mapping in the graphical mapping tool and not use a UDF.
    Thanks
    Edited by: MxG on Nov 20, 2008 5:04 PM

    I already tried Sort, but it doesnt work the way I want.
    Say I have inbound XML as
    <hdr1>
    <hdr2>
    <itm1>
    <itm2>
    <itm3>
    it needs to be mapped to an IDOC as
    <hdrsegment>
    <itmsegment>
    I mapped XML header data to IDOC after sorting, and that works fine. The issue comes on assigning the inbound XML Item data to IDOC Item segment. It is creating the correct Number of segments, but when assiging the fields to IDOC fields, it is using unsorted data ie the data as received, not the sorted one which I did for IDOC Node, and for Header fields.
    What I really want is to sort the data once, and then use that in the mapping.

  • Can not sort the files in JFileChooser if the files are from remote machine

    Hi All,
    Let me set the context of the question.
    I have extended the JFileChooser to support the listing/view of files.dirs etc of remote location through CORBA.To achieve that i have customized
    my FileSystemView to support it. In general ,the current JFileChooser sorts the file when we have details view .My question is related to this.The default
    JFileChooser has the support for sorting but when i customized the FileSystemView,the sorting functionality is no more exist.I tried with TableRowSorter as well but
    the sorting can be achieved in View only,the model still remains same as initial.
    Any pointer towards this will be highly appreciated.
    Thanks
    Praveen

    Can anyone help me out to solve this problem or any suggestion regarding this ?
    Regards
    Praveen

  • How can I have uploaded pictures to iPhone or iPad be sorted by file name. Used to be able to based on their folders, but it no longer works and puts pictures in random order, I guess by date, which doesn't work for me. Need them by file name.

    Using windows. In the past I was able to have the picutres sorted in files and by file name and that is how they showed in the phone or pad. Not long ago one of the itune updates changed so it sorted by date and the the another update changed so it went by file name. Well when I got a new computer and updated itunes it won't load pictures in correct order. Is there an option I'm missing or is this an option that Apple should have for how you want pictures sorted?

    SELECT     datapoint,
               sub_total,
               section
    FROM       report_table
    WHERE      datapoint IN
                   (SELECT   datapoint
                    FROM     report_table
                    WHERE    section IN ('027', '038', '042', '044', '006', '008', '011', '022', '023')
                    AND      report_name = :selected_report_name
                    GROUP BY datapoint
                    HAVING SUM(CASE WHEN section IN ('027', '038', '042', '0440') THEN 1 ELSE 0 END)
                        <> SUM(CASE WHEN section IN ('008', '011', '022', '023') THEN 1 ELSE 0 END))
    ORDER BY   datapoint;

  • How can I sort all files and folders by size?

    Due to lack of space I need to find the biggest files and folders on my Mac OSX Mountain Lion, but "Size" is not in the Find options.
    And I don't know the wildcard to sort all files and folders by size in Easyfind.
    Thanks
    Sarah

    There are applications out there which are designed to show you files and the space they use.  Some of these applications and some strategies for making more room on your disk are given below.
    Freeing Up Hard Disk Space
    Freeing space on your Mac OS X startup disk
    Clearing Disk Space on Your Mac
    Seven ways to free up drive space

  • My files no longer sort properly - files beginning with AEIOU come before

    My files no longer sort properly - files beginning with AEIOU come first after numbers and special characters, then letters H, K, M-N, P, W, B-D and so on. I click on the column header again and it reverses the sort, but still messed up. This convoluted sort appears in all views. All the letters are grouped together, so all the "a"s, "e"s, etc are being sorted by some algorithm, but it's not alphabetical. I noticed it after installation of Snow Leopard, but it could have been that way before. I did a wipe and load and just imported user settings from Time Machine afterwards. Any suggestions on how I can fix this?

    Usually, it is (1) a preference file located here
    <user home folder>/Library/Preferences/
    In this case, the problem is not just Finder if it also happens in Mail. Unfortunately, there are a lot of preference files.
    Or it is (2) a background process that runs when you log in to your account. If it is something that starts automatically, it may be one of your Login Items. You can look at System Preferences Accounts pane +Login Items+ tab. That list shows processes that run when you log in to that account. If you see anything that you no longer need, you should remove it. Look for anything there that might, for whatever reason, change the alphabetical sort order.
    Make sure English is selected as language in System Preferences +Language & Text+ pane. It seem improbable that it would not be, but I just noticed there is a setting at the bottom of that pane that says +Order of sorted lists+. Does that have something other than English ?

  • How to get the incoming file name using JMS adapter and SOAP adapter

    Hi Everybody,
       In one of my interface i need to get the file name of incoming flat file using JMS adapter at sender side. and then i am using xslt to convert it to IDOC and then posting to  SAP IDOC.
    my incoming filname are in this form price<DateTimestamp>.txt. when i do the tranformation this incoming file name should be part of one element in the IDOC which i am posting.
    EX:
    <IDOC
    <REF>price<DateTimestamp>.txt</REF>
    </IDOC>
    Hope it is clear to everybody. I need your suggestion how i can capture this incoming file name and send it as part of IDOC.
    Thanks
    raj

    If they are passing it in message id or correlation id,
    you can access it using
    <xsl:variable name="dynamic-conf" 
            select="map:get($inputparam, 'DynamicConfiguration')" />
        <xsl:variable name="dynamic-key"  
            select="key:create('http://sap.com/xi/XI/System/JMS', 'DCJMSMessageID/ DCJMSCorrelationID')" />
        <xsl:variable name="dynamic-value"
            select="dyn:get($dynamic-conf, $dynamic-key)" />
    Check this:
    http://help.sap.com/saphelp_nw70/helpdata/en/f4/2d6189f0e27a4894ad517961762db7/content.htm
    Thanks,
    Beena.

  • How I can sort music files (audiobook) in music player on iPhone by file name, not by title name?

    I have audiobook of abt.500 files, all titles are the name of the book. iPhone music player does not understand sorting by file names, but by title, hterfore it plays files chaotic. So, how I can sort audiobook files in music player by file name, not by title name?

    I have the same problem.
    I've went through the pains of merging all chapters into one big file for each and every audiobook, so that at least the chapters don't get played in random order. Month and month of work….. In iTunes 12.01. I can now order my audiobooks by title or by author.
    But once they're uploaded to my blo*dy expensive iPhone 6Plus 128 (which I bought especially to have all my music and my audiobooks on one device) my audiobooks are NOT sorted by author, but by Title.
    So, let's say I have 15 books by Ken Follet, they don't appear as Ken Follet > Title of the book but they are sorted alphabetically with all the other titles of other authors.
    iPods where originally designed for music and audiobooks, but each and every version of iOS makes handling your music and especially your audiobooks harder and harder….
    I am very disappointed and after so many years of using apple, I am considering to move on to android devices.

  • PSE6 - sort by file name

    How to sort by file name in the Organize view of PSE6.
    I tried Display->Folder Location. But there are still two pictures (#15 and #18 out of 130) which are shown at the end of the view.
    More sort options in the thumbnail view would be helpful.
    Thanks
    Hagen

    Not sure I understand what zou mean here Hagen. Do you because the
    images are in a different folder they don't end up in the right sequence?
    Put requests into the Feature Request area by the way. Forum
    participants are end-users like yourself.
    Cheers

  • How can I make Sort by File Name the default in Adobe Bridge CS5?

    The only online support I have found so far avoids the specific question. Must I assume that Sort by File Name cannot be made the default - and will revert to Manual each time I close Bridge?

    If you have "start bridge at login checked" your changes will not keep unless you close program by clicking on File then Exit.  Just closing window does not exit program.
    Option is in advanced preferences.

Maybe you are looking for

  • Music from iTunes on MAC not syncing with iPAD2.

    I have had an IPAD2 for 18 months and have had no problem synchronising with iTunes until recently. I'm not if the problem started when I moved from using a PC to a MacBook Pro Retina for iTunes, or when I did the last iOS upgrade on my IPAD. Here's

  • I cat't buy iPhone because I have an account with ATT!!!!!

    Hello!!!! I want to get 2 iPhones for me and my GF and I contacted ATT and they said I have to pay full price becuase I am not eligible for the discounted price since I only have the plan since may!!! They sent me an email and they said that because

  • How to create success factors csv directory path in sap ?

    Dear Gurus, I want to make a directory path for success factors csv exporting in sap. what should i do ? where can i start ? where can i make this directory path like "SFactors" , "E:\SFactors" ? Best Regards

  • Airport won't renew DHCP on Wireless Networks (After 10.5.6 update?)

    I have tested my macbook on two wireless networks (1 belkin, 1 linksys) and it connects fine to the router, but it won't assign a DHCP. When I connect it directly to the router via ethernet or to the cable modem then the internet works fine. When I c

  • Display date on Input Date Component.

    Hi All, I have a Input Date Component on my page. It has a functionality that a Choose Date component is poped up onClick of the Input date component. I want to display the date in the Input Date when a user selects a Date from that Choose Date compo