Script to split one large RTF into several renamed smaller files

Hi
I have some RTF files in the format:
1st January 2010
Para 1
Para 2
Para 3
Para 4
8th January 2010
Para 1
Para 2
Para 3
etc...
Essentially this is one long list of session notes.
I would like to split this large RTF file into smaller RTF files, one for each date, naming the file by the date at the top of each session (in the format 2010-01-01, 2010-01-08, etc) and removing the date from the content of the files, so that I just have the paragraphs.
Ideally the script would also be able to recognise date in different formats, e.g. 1st January 2010, 1st Jan 2010, etc.
Would it be possible to do this with applescript?
Thanks
Nick

Ah I was using 2007 to do the test as I have notes with dates going back to 2007.
When I ran the script on the following text:
1 September 2010
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
8 September 2010
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
I got one file named 2010-09-01 with this text:
1 September 2010
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
8 September 2010
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
and one file named 2010-09-08 with this text:
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
8 September 2010
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
And I get this error message:
error "Can’t get text 1811 thru -1 of "
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
"." number -1728 from text 1811 thru -1 of "
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat. Duis aute irure dolor in reprehenderit in voluptate velit esse cillum dolore eu fugiat nulla pariatur. Excepteur sint occaecat cupidatat non proident, sunt in culpa qui officia deserunt mollit anim id est laborum.

Similar Messages

  • Possible to split one large pdf into multiple pages (in the same pdf?)

    I have some well logs that have been scanned - problem is they're coming is as one loooong page in the pdf.  Is it possible to split it up into several 8.5 x 11 pages within Acrobat, or do I need special software?

    Depends on what you have and the amount of length (a time issue). The simplest way is to use the crop tool to get a page worth and save it, then repeat for the next page, etc. Once all the pages are saved, you can put them back together. You should then use redax or such (print to a new PDF in a pinch) to remove the cropped portions. As I said, this is a bit time consuming, but can do the job. There are likely quicker ways and possibly some 3 party products that can do the job also.

  • How do I cut one large clip into several manageable ones?

    I have imported some very large files (100 GB or more each) from film conversions.  I need to cut them into clips so I can manage them.  I looking for suggestions.
    Thanks
    La Bete

    Tom
    Here is the Media Inspector output:
    General
    Complete name                    : /Users/labete/Pictures/Photo & Video Projects/Video/Reel 3.mov
    Format                           : MPEG-4
    Format profile                   : QuickTime
    Codec ID                         : qt 
    File size                        : 114 GiB
    Duration                         : 28mn 46s
    Overall bit rate                 : 568 Mbps
    Encoded date                     : UTC 2014-09-03 00:24:28
    Tagged date                      : UTC 2014-09-03 00:03:27
    Writing library                  : Apple QuickTime
    �TIM                             : 00;00;00;00
    �TSC                             : 30000
    �TSZ                             : 1001
    Video
    ID                               : 1
    Format                           : RLE
    Format/Info                      : Run-length encoding
    Codec ID                         : rle
    Duration                         : 28mn 46s
    Bit rate mode                    : Variable
    Bit rate                         : 567 Mbps
    Width                            : 1 920 pixels
    Height                           : 1 080 pixels
    Display aspect ratio             : 16:9
    Frame rate mode                  : Constant
    Frame rate                       : 29.970 fps
    Bits/(Pixel*Frame)               : 9.132
    Stream size                      : 114 GiB (100%)
    Language                         : English
    Encoded date                     : UTC 2014-09-03 00:24:28
    Tagged date                      : UTC 2014-09-03 01:03:19
    Audio
    ID                               : 2
    Format                           : AAC
    Format/Info                      : Advanced Audio Codec
    Format profile                   : LC
    Codec ID                         : 40
    Duration                         : 28mn 46s
    Bit rate mode                    : Constant
    Bit rate                         : 52.1 Kbps
    Nominal bit rate                 : 128 Kbps
    Channel(s)                       : 2 channels
    Channel positions                : Front: L R
    Sampling rate                    : 48.0 KHz
    Compression mode                 : Lossy
    Stream size                      : 10.7 MiB (0%)
    Language                         : English
    Encoded date                     : UTC 2014-09-03 00:24:29
    Tagged date                      : UTC 2014-09-03 01:03:19
    Menu
    ID                               : 3
    Language                         : English
    Encoded date                     : UTC 2014-09-03 01:03:18
    Tagged date                      : UTC 2014-09-03 01:03:19
    I looked for MPEG Streamclip and found many offers,  WonderShare looked good, is that a good choice?
    I looked at Compressor 4.1, and didn't see anything about cutting up the source video.
    Need your help.
    Thanks
    RGW

  • How To Automatically Split A Large Clip Into Smaller Clips

    I captured several one-hour tapes with an older version of Windows Movie Maker. 
    They are AVI files.
    I'd like to work with the footage when I purchase Premiere Pro CS5.5 or CS6.
    Each tape is composed of several starts and stops of the record button, so lots of individual clips inside of the hour-long captured footage.
    In Premiere Pro CS 5.5, is there a way to automatically split a large clip into smaller clips at the points where I started and stopped the camera?
    Any help is greatly appreciated.

    Flyingfish,
    I cannot tell you that.
    Historically, with "consumer" CODEC's, PrE often gets native support, before PrPro.
    However, with "professional" CODEC's, such as RED, PrPro has those, but PrE will likely never get them. There are some pro CODEC's, that PrPro does have, that PrE is missing, but I do not have a list.
    Good luck, and wish that I had more info for you.
    Hunt

  • How do I split a large PDF into multiple documents using Acrobat?

    Will acrobat split a large document into mulitple documents.  Not extract but split.  Also can you delte pages with it?

    Hi servidone,
    You can defintely do this with Adobe Acrobat.  Please see this page for details on how to accomplish the tasks you were asking about: https://helpx.adobe.com/acrobat/using/manipulating-deleting-renumbering-pdf-pages.html
    -David

  • How to split a PDF document into several documents

    Hallo!I am using Adobe 7 at the office.
    Sometimes I receive large PDF documents (+1000 pages) whereby I only need a few pages for my reports.
    I would like to split these large PDFs into smaller PDFs.
    How can I achieve this?
    Thanks.

    Thanks.
    In my Documents menu,there is no option of Extract Pages.The options that appear are as below
    1)Digital Signatures
    2)Security
    3)Security Settings
    4)Trusted Identities
    5)Accessibility Quick Check
    6)Use local fonts
    Where else can I find the Extract pages option ?
    Thanks.

  • Split one salesorder item into two items in delivery

    We want to split one salesorder item into two different items in the same delivery.
    This is because we will pick the material from two different storage locations.
    Any user-exit to use for solving this?
    Best regards,
    Terje

    Hi,
    We are not using batch management.
    I have looked into the foreign trade/customs standard functionality in SAP, but I can not see that them difference in stock in SAP what is duty paid or not.
    We need to have documentation in the system for the custom goverement for what stock is duty paid and not.
    For the same material we can have stock which are duty paid and not duty paid. This is decided when we do the goods receipt.
    For stock coming from Asia, it is profitable to have this on not duty paid stock since we are exporting it back to Europe and Asia later.
    We will send import and export EDI messages to a third party custom application handling all the papers with the custom goverement.
    The only we need to make track on in SAP is the stock for what is duty paid and not.
    In some situations we need to take stock from both duty paid stock and not duty paid stock when we deliver the same material to a customer. Therefor I asked the question of splitting one delivery item into two items.
    Best regards,
    Terje

  • How do I split a large chapter into smaller chapters in IBA?

    How do I split a large chapter into smaller chapters in IBA?

    Duplicate the long chapter into however many, then delete the pages from each until you have whittled the contents accordingly....you can also paste into a new book if that betters fits your style.

  • How to split one pdf form into multiple forms

    Is it possible to split one PDF form into three separate forms without recreating each one?

    Sure, just extract the pages to a new file. The form fields will stay in
    place.

  • Trying to split one large audio file into tracks

    Hi;
    Awhile ago I mistakenly imported a CD into iTunes, as one large audio file, containing all 10 tracks. Now I'd like to know how to split this file back into it's separate tracks, and re-import into iTunes.
    Any thoughts?
    TIA.

    MP3 editor is a lossless editor for MP3 files.
    -> Fission, will do lossles editing of AIFF, WAV, MP3, AAc and Apple Lossless.
    You can do it yourself but the songs will be re-encoded (not lossless) but may not be a big deal.
    On the song, right click - get info. Click the Options tab and set the Start-Stop times for the first song.
    Then select the song, menu Advanced - Create AAC version {or whatever is selected in iTunes prefs -General - Importing}.
    This will create a new copy of the song between the time markers. Select the new song, righ click - get info and update the song title.
    Then on the original song, set Start-Stop times for the second song and menu Advanced - Create AAC version the for the 2nd song.
    Do this for all the songs in the original file.

  • Splitting One Large clip in Event Library

    I recently had some 8mm film transferred to digital. I found some Christmas' that were taken when I was a kid. This segment was on 11 minute stream of multiple Christmas' together. When I imported the AVI that I received back, it naturally was on long clip. What I would like to do is split these into multiple events (I think I can remember when each year was, getting old you know )
    Everything I have read seems that it should work, like:
    Place the scan to where I want to split, then press Command-Shift-S, but all I get is a beep.
    I select the clip I want to make into one event and tried copying, but no paste. Tried moving, but it wants to move the whole clip.
    I tried selecting the next year and do the File | Split Event before Selected Clip, but it is grayed out.
    I'm at a loss for what to do, so if anyone knows the "tricks" to do this, please help.
    Larry

    I use MPEG Streamclip for this, and it is free. QuickTime Pro also works great.
    Instructions for MPEG Streamclip
    1) Download and install MPEG Streamclip from Squared 5 (free).
    3) Start MPEG Streamclip
    4) Drag your 11 minute clip into the MPEG Streamclip window.
    (If you don't know where it is, right-click on the clip in iMovie and select "Reveal in Finder"
    5) If you want to split a long clip into smaller clips, you can make smaller clips by using MPEG Streamclip. Move the cursor to the "in" point of the clip, and press i. Move the cursor to the "Out" point of the clip, and press o. Then do steps 5 and 6 and repeat until you have done this for all clips you want.
    6) Use FILE/EXPORT USING QUICKTIME to convert the files to Apple Intermediate Codec (or h.264 if you prefer)
    7) Optional: If you know the date and or time of the footage, name your file
    clip-yyyy-mm-dd hh;mm;ss
    (let mpeg streamclip provide the extension). This will provide metadata that iMovie will use to put the event in the right year and month.
    8) Save the resulting file in a place where you can find it, like your Desktop.
    9) Open iMovie.
    10) In iMovie, choose FILE/IMPORT/Movies... and choose the file you saved in steps 5,6,7. You can import several clips at once if you want.
    11) iMovie will generate thumbnails and you can edit.

  • Split a large table into multiple packages - R3load/MIGMON

    Hello,
    We are in the process of reducing the export and import downtime for the UNICODE migration/Conversion.
    In this process, we have identified couple of large tables which were taking long time to export and import by a single R3load process.
    Step 1:> We ran the System Copy --> Export Preparation
    Step 2:> System Copy --> Table Splitting Preparation
    We have created a file with the large tables which are required to split into multiple packages and where able to create a total of 3 WHR files for the following table under DATA directory of main EXPORT directory.
    SplitTables.txt (Name of the file used in the SAPINST)
    CATF%2
    E071%2
    Which means, we would like each of the above large tables to be exported using 2 R3load processes.
    Step 3:> System Copy --> Database and Central Instance Export
    During the SAPInst process at Split STR files screen , we have selected the option 'Split Predefined Tables' and select the file which has predefined tables.
    Filename: SplitTable.txt
    CATF
    E071
    When we started the export process, we haven't seen the above tables been processed by mutiple R3load processes.
    They were exported by a Single R3load processes.
    In the order_by.txt file, we have found the following entries...
    order_by.txt----
    # generated by SAPinst at: Sat Feb 24 08:33:39 GMT-0700 (Mountain
    Standard Time) 2007
    default package order: by name
    CATF
    D010TAB
    DD03L
    DOKCLU
    E071
    GLOSSARY
    REPOSRC
    SAP0000
    SAPAPPL0_1
    SAPAPPL0_2
    We have selected a total of 20 parallel jobs.
    Here my questions are:
    a> what are we doing wrong here?
    b> Is there a different way to specify/define a large table into multiple packages, so that they get exported by multiple R3load processes?
    I really appreciate your response.
    Thank you,
    Nikee

    Hi Haleem,
    As for your queries are concerned -
    1. With R3ta , you will split large tables using WHERE clause. WHR files get generated. If you have mentioned CDCLS%2 in the input file for table splitting, then it generates 2~3 WHR files CDCLS-1, CDCLS-2 & CDCLS-3 (depending upon WHERE conditions)
    2. While using MIGMON ( for sequencial / parallel export-import process), you have the choice of Package Order in th e properties file.
      E.g : For Import - In the import_monitor_cmd.properties, specify
    Package order: name | size | file with package names
        orderBy=/upgexp/SOURCE/pkg_imp_order.txt
       And in the pkg_imp_txt, I have specified the import package order as
      BSIS-7
      CDCLS-3
      SAPAPPL1_184
      SAPAPPL1_72
      CDCLS-2
      SAPAPPL2_2
      CDCLS-1
    Similarly , you can specify the Export package order as well in the export properties file ...
    I hope this clarifies your doubt
    Warm Regards,
    SANUP.V

  • Should I split 1 large JAR into smaller JARs?

    I'm not sure how to deploy my application. It's composed of about 50 classes and at the moment compiles into one big JAR. Is that how things are done? I was wondering if I should split the application into smaller JARs according to function, as if I have to make a fix to one part, I then just distribute that one smaller file. Is this something that takes a lot of work to modify the code to make it work, or do I just select the classes in Eclipse and create the JARs? Or should I just not bother, and send out one big JAR?
    Thanks

    Hi There,
    First of all, I must tell you that making a 'jar' file an ddeploying that only to the AS will not do...... You gotta make an 'ear' or 'war' that will consist of the 'jar' files and give the 'jar' file in the Classpath....... If you use JNDI fo Database Connection, 'xml's must be written and configured correctly.....
    Secondly, a 'jar' file might contain 10 to the power Infinity class files--so, that is not a problem...... make sure that only class files r put into and not anything else like the 'java' files that might make the 'jar' big.....
    I think, I answered to your queries...............
    Now, if you face problems again, please be more specific in what you want in the forum.........
    OK Buddy, Cheers !

  • SLT - Splitting one source table into two tables in the destination

    Hi,
    I am wondering if we can split content of one source table into two different tables in the destination (HANA DB in my case) with SLT based on the codified mapping rules?
    We have the VBAK table in ERP which has the header information about various business objects (quote, sales order, invoice, outbound delivery to name a few). I want this to be replicated into tables specific to business object (like VBAK_QUOT, VBAK_SO, VBAK_INV, etc) based on document type column.
    There is one way to do it as far as i know - have multiple configurations and replicate to different schema. But we might have to be content with 4 different config at the max.
    Any help here will be highly appreciated
    Regards,
    Sesh

    Please take a look at these links related to your query.
    http://stackoverflow.com/questions/5145637/querying-data-by-joining-two-tables-in-two-database-on-different-servers
    http://stackoverflow.com/questions/7037228/joining-two-tables-together-in-one-database

  • Separating one iTunes account into several

    We have four iPods tied to one iTunes account and all four of us like different music.  Syncing can be tricky and we sometimes get each others' songs on our iPod.  We also have an iPad and an iPhone to add to one of the accounts.  The kids have their own gift cards they want to use also.  How do I separate one iTunes account into four separate accounts?

    Any music purchased after about 2009 can be played on any computer with the file on it.  That's the easy part.  Oh, I don't know if syncing present problems but I'm guessing it won't since people often have multiple Store accounts and shared music on family computers.
    Movies require the computer be authorized to the account used to purchase the content.  This is where you will have to come to an agreement not to change the password or de-authorize each other's computers for that account (there could be a scenario where this is done unintenionally but it shouldn't normally arise unless you have lots and lots of computers).
    One  tip is to make sure you always have all content present on a local drive.  Do not put yourself in a position to ever need to re-download media from the Store.  I am presuming you will have your own account after this and the main problem people seem to have with using multiple Store accounts on a computer is being prevented from changing accconts more than once every 90 days for the purpose of re-downloading.  Otherwise families often have multiple AppleID users on a single computer with shared media.
    You may have to ease up on doing anything such as using iTunes Match or iCloud downloads with this particular account, but we're talking trying to rescue what you can.

Maybe you are looking for

  • Adobe bridge won't open photoshop cc

    How do you open a file from Bridge directly into Photoshop 2014 cc's ARC rather than into Photoshop CS6's ARC?

  • Crashes on battery power

    Totally weird. After upgrading to Yosemite a couple of months ago I get sporadic system crashes on my MacBook Pro. They occur periodically, usually once or twice a day; often when there was no apparent activity or app work being done. After several w

  • How to do reconciliation of accounts in SAP B1?

    Dear Experts, I want to know how to do reconciliation in SAP B1? like,Bank accounts & Stock (Inventory) reconciliation?? Thank you. Thanks & regards, Santosh.

  • How to use RFBIBL00 as direct input in LSMW

    Can any one Please help how to use RFBIBL00 as direct input in LSMW ? How should be structure Same level or subordinate level as I will be having single text file ? I have around 15 fields with me BKPF STYPE     C     1 BLDAT     C     10 BLART     C

  • Problem when importing vmware images

    Hello, I've tried to import a few vmware images into oracle vm but so far all have failed. The error in the mainlogs point to severe but really don't say a thing... Can this be an issue with cpu families? ie coming from an AMD Opteron cpu(vmware 4 se