Where is a good source for text files?

Hi
I've just finished implementing a huffman tree and been testing it out. It seems to be working fine - encoding and decoding results look correct.
However, I really want to test this tree out with a larger 'dictionary', so that I can construct a larger tree and check if performance is any slower. Does anyone know where I can find a collection of large text documents that I can easily download and have my code run over it?
I tried googling, but haven't came across anything useful. Ideally, I would like to find documents of different topics. e.g. medical, computing, and a more general type that resembles everyday language. The reason I am wanting these is so I can test the encoding of different text on different tree types. Thus, encoding a computer journal on a tree constructed from the frequencies of a medical text file, should yield poorer compression than encoding the same computer journal on a tree constructed from the frequencies of a computing text file.
Thanks

Google "project gutenberg" for a bunch of text.
Plain ASCII isn't enough for pictures and many fields' texts. So a lot of modern texts tend to be PDFs and such, which might not suit your purpose.
Maybe you could also use web pages as test data. Write a program that googles for "medical", downloads the first 100 hits, optionally replaces <.*> with a space, and runs your program on that.

Similar Messages

  • Good Source for SATA HDD enclosures?

    I am looking for a good source for hard drive enclosures for my MB Pro hard drive. I have upgraded mine, and I want to have access to my old one?

    I've never bought one myself, but I have heard Other World Computing recommended. You probably would want to look at a firewire SATA with the Oxford 11+ chipset (I'm not sure of the chipset number--it could be higher). With the firewire enclosure, I think you can also make a bootable clone for your Mac. Hopefully you will get recommendations of what to buy as well as where to buy. But OWC is a good place to start.
    Good luck!

  • Where can I get codec for ISO files?

    Where can I get codec for ISO files?Premiere Elements

    An ISO is actually not a video file, it is a container... somewhat like a ZIP file that contains other files
    I do not know if it will PLAY what is inside an ISO, but I use Imgburn to write an ISO to DVD
    Read http://forums.adobe.com/thread/1322583 for notes on installing Imgburn WITHOUT any toolbar add-ons... Set Imgburn to use the slowest burn speed your drive and media will use... I set my burn speed to 1x and let Imgburn adjust to the actual minimum

  • Where is the Inspector Window for Text Edit for Office Org.

    Where is the Inspector Window for Text Edit for Office Org.  My tool bar does not look like this.  It's only one line with font, Style, size, font color,  BIU, alignment, line spaces and indentation options.  The help says that this is how I adjust my page margins.  That is my goal.
    Thanks

    The name field must match that found in the email confirmation. Even a missing Mr. will cause it to fail.

  • Good source for quality album art

    A good source for getting good quality album art, which has a higher resolution than Amazon, try http://www.coveralia.com/ which eventhough it is in Spanish, simply type the artist in "BUSCADOR:" at the top, and it is obvious from there. I've been using it for five minutes, and looks impressive. My iPod has not arrived yet, so cannot test that part, but I assume it will work as it goes into iTunes ok....

    This is the same as copy & pasting from Amazon, which has lower quality. As long as you own the CD, I think you are OK. Anybody else able to comment.

  • Good source for desktop wallpaper?

    Is there a good source for Mac OS desktop wallpaper?
    This leopard wallpaper is getting old, fast. Mac Os does not include any cool alternatives.
    I may have to steal some from Vista! AHHHHHH!
    Thanks for any help!

    http://interfacelift.com

  • Good source for learning - SQL Stored Proceedures using Dreamweaver

    I am looking for a good source for learning how to integrate
    Stored
    Proceedures using Dreamweaver?
    Is there a book or something online?
    Thanks

    Hey Lee,
    You find yourself in that position, I find myself in that
    position, every
    damn developer/programer in the world find themselves in that
    position. It
    may be on different levels, but everyones in the same boat.
    Here is my suggestion. Take the existing knowledge you have,
    pick a
    technology that is a bit more futureproof (if the one you
    have is getting
    outdated) and one that isn't too far removed from the one you
    know and put
    it all into that one area.
    Databases are really important if you want to be a decent web
    developer. If
    you're serious and want to be good then devote time to a
    particular database
    and get to know it well. I would suggest SQL Server. You
    don't have to be
    DBA standard but get as much knowledge on it as you can.
    Never underestimate
    your required knowledge of databases.
    Set yourself goals. Say to yourself "In 6 months I want to be
    a proficient
    developer in this language" and go for it. Don't get
    side-tracked into
    something else just keep focused on one area and get good at
    it. Yes, that
    language will become outdated in time but you will be all the
    more ready to
    take on the next because of your past experiences.
    I try to look at it like this; It is better to a master of
    one technology
    and know enough to get by in others than a Jack of all
    technologies but a
    master of none.
    Pat.
    "lee" <[email protected]> wrote in message
    news:[email protected]...
    > Thanks Pat...I only looked at it briefly but it looks
    like what I needed.
    >
    > The biggest problem that I have is that I don't have
    enough time to look
    > into some of this stuff...
    >
    > Over the years, I've gotten to a certain level of
    proficiency in certain
    > things, I can do quite a bit but there always seems to
    be yet another
    > technology to master as the Old Ways go away.
    >
    > To be honest, I really just want to be an artist with
    some programming
    > skills but the nature of this position demands that I
    "learn It all."
    >
    > Meanwhile, all those other skills have to be put
    asside...I really should
    > master flash...I really should work on my illustration
    skills...I really
    > should master CSS. I really should master...I don't
    know, name it. And if
    > I really wanted to abandon my ...LIFE...I could,
    perhaps, figure it all
    > out.
    >
    > What is so tiring is that my skill set is stretched SO
    f-ing thin that I
    > can never, possibly catch up. The only cure is time but
    often even that
    > goes against me.
    >
    > Anyways, thanks for the link. I'll probably be back
    later with questions.
    >
    > Thanks Pat.
    >
    > If anyone else finds a good source, let me know.
    >
    >

  • Good source for tables and reports

    Hello!
    Does any one know a good source for tables and reports in SRM (EBP) I really
    looking to report on the Org Structure.
    But any information you can give me would be really helpful.
    Regards
    sas

    Hi,
    See these threads :
    SRM Tables
    SRM Tables
    Re: Availability of Standard Reports in SRM
    SRM standard reports?
    SRM Reports
    For developing custom reports,you can use the stanadard tables and Function modules.
    BR,
    Disha.

  • SetContentType for text files

    Hi all
    I am trying to implement attachement viewing with servlets. Following is what I am doing in order to set the application type which will open the file.
    I can open all types of files except text. setcontenttype("text/html") should take care of text files. but I just get a blank page when I try to open the text file. no errors either.
    what could be the problem?
    following is the relevant code:
    if (fileName.indexOf("xls") > -1)
    res.setContentType( "application/vnd.ms-excel" ); // MIME type for xls document
    }else if (fileName.indexOf("pdf") > -1)
    res.setContentType( "application/pdf" ); // MIME type for Adobe pdf document
    }else if (fileName.indexOf("doc") > -1)
    res.setContentType( "application/msword" ); // MIME type for MSWord document
    }else if (fileName.indexOf("ppt") > -1)
    res.setContentType( "application/powerpoint" ); // MIME type for powerpoint document
    else
    res.setContentType("text/html");

    also if i view source in the blank page, i can see the following:
    <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
    <HTML><HEAD>
    <META http-equiv=Content-Type content="text/html; charset=windows-1252"></HEAD>
    <BODY></BODY></HTML>
    not sure where this comes from? but content=text/html is correct since i am setting it.
    any hints?

  • 'FROM keyword not found where expected'error while Inserting into Text file

    Hi,
    I have created a simple interface for testing purpose. All it has to do is to Read the data from a Source Text file and put it into another text file (exactly the same headers as that of source) ...
    I am using Oracle as my staging area.
    But at 'Insert column Header' Stage, it gives me a warning 'FROM keyword not found where expected' and when it goes to the next step 'Insert Rows' it gives me the same error 'FROM keyword not found where expected' and aborts its execution.
    I checked the query for insertion and found nothing wrong in it (FROM Statement is just where it is expected, that is) but somehow its not working.
    Can somebody help me out as i have done it before on other Installations and dont know why it is occuring that too for the simplest thing in ODI ...
    Regards,
    Nitesh.

    Probably you missed the concat operator.
    select rpad(nvl(lu_parid,' '),1,19)|| v_comma ||
    rpad(nvl(lu_class,' '),1,3)
    from temp_te07                                                                                                                                                                                                                                                                                                           

  • GUI_UPLOAD not working for text file upload with '|' as a saperater

    Dear all,
    I have used 'GUI_UPLOAD' to upload data from text file having below format,
    1000|HBK1|HKTI
    1000|HBK2|HKTI
    1000|HBK3|HKTI
    My code is as below
    *& Report  ZTEST_NEW1
    REPORT  ZTEST_NEW1.
    TYPE-POOLS: truxs,
                kcde.
    TYPES :     BEGIN     OF             ty_data2          ,
                zbukr     TYPE           payr-zbukr       ,
                hbkid     TYPE           payr-hbkid       ,
                hktid     TYPE           payr-hktid       ,
               END       OF             ty_data2         .
    DATA :            it_file   TYPE           filetable        .
    DATA :      wa_file   LIKE LINE OF   it_file          .
    DATA :      w_rc      TYPE           i                ,
                lv_file   TYPE           string           .
    DATA : it_data2 TYPE TABLE OF ty_data2,
           wa_data2 LIKE LINE OF it_data2.
    SELECTION-SCREEN BEGIN OF BLOCK bk1 WITH FRAME TITLE text-020.
    PARAMETER : pr_file   TYPE           rlgrap-filename         .
    SELECTION-SCREEN END OF BLOCK bk1                            .
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR pr_file.
      PERFORM get_file.
    START-OF-SELECTION.
      PERFORM get_data.
    FORM get_file .
    CALL METHOD cl_gui_frontend_services=>file_open_dialog
    *  EXPORTING
    *    WINDOW_TITLE            =
    *    DEFAULT_EXTENSION       =
    *    DEFAULT_FILENAME        =
    *    FILE_FILTER             =
    *    INITIAL_DIRECTORY       =
    *    MULTISELECTION          =
    *    WITH_ENCODING           =
        CHANGING
          file_table              = it_file
          rc                      = w_rc
    *    USER_ACTION             =
    *    FILE_ENCODING           =
       EXCEPTIONS
         file_open_dialog_failed = 1
         cntl_error              = 2
         error_no_gui            = 3
         not_supported_by_gui    = 4
         OTHERS                  = 5
      IF sy-subrc EQ 0.
        CLEAR : wa_file.
        LOOP AT it_file INTO wa_file.
          pr_file = wa_file-filename.
          CLEAR : wa_file.
        ENDLOOP.
      ELSE.
        MESSAGE ID sy-msgid TYPE sy-msgty NUMBER sy-msgno
                   WITH sy-msgv1 sy-msgv2 sy-msgv3 sy-msgv4.
      ENDIF.
    ENDFORM.                    " get_file
    FORM get_data .
    IF pr_file IS INITIAL.
        MESSAGE 'Enter file name'(002) TYPE 'E'.
      ENDIF.
      IF pr_file CP '*.xls'
        or pr_file CP '*.xlsx' . " Added
      ELSEIF pr_file CP '*.txt'.
    CONSTANTS : c_del TYPE c LENGTH 1 VALUE '|'.
        lv_file = pr_file.
    CALL FUNCTION 'GUI_UPLOAD'
      EXPORTING
        FILENAME                      = lv_file
       FILETYPE                      = 'ASC'
       HAS_FIELD_SEPARATOR           = c_del
    *   HEADER_LENGTH                 = 1
    *   READ_BY_LINE                  = 'X'
    *   DAT_MODE                      = ' '
    *   CODEPAGE                      = ' '
    *   IGNORE_CERR                   = ABAP_TRUE
    *   REPLACEMENT                   = '#'
    *   CHECK_BOM                     = ' '
    *   VIRUS_SCAN_PROFILE            =
    * IMPORTING
    *   FILELENGTH                    =
    *   HEADER                        =
      TABLES
        DATA_TAB                      = it_data2
    * EXCEPTIONS
    *   FILE_OPEN_ERROR               = 1
    *   FILE_READ_ERROR               = 2
    *   NO_BATCH                      = 3
    *   GUI_REFUSE_FILETRANSFER       = 4
    *   INVALID_TYPE                  = 5
    *   NO_AUTHORITY                  = 6
    *   UNKNOWN_ERROR                 = 7
    *   BAD_DATA_FORMAT               = 8
    *   HEADER_NOT_ALLOWED            = 9
    *   SEPARATOR_NOT_ALLOWED         = 10
    *   HEADER_TOO_LONG               = 11
    *   UNKNOWN_DP_ERROR              = 12
    *   ACCESS_DENIED                 = 13
    *   DP_OUT_OF_MEMORY              = 14
    *   DISK_FULL                     = 15
    *   DP_TIMEOUT                    = 16
    *   OTHERS                        = 17
    IF SY-SUBRC <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    endif.
    ENDFORM.                    " get_data
    In my output I am only getting company codes and not getting other two columns, can any body guide me where I am doing wrong?
    I have checked many other same kind of threads and I have done the same as suggested to do but still I am facing issue.
    Thanks in advance.
    Regards,
    Umang

    Hi Umang,
    There is a simple solution to this problem. Make the following changes to your code(marked in red color):
    REPORT  ZTEST_NEW1.
    TYPE-POOLS: truxs,
                kcde.
    TYPES :     BEGIN     OF             ty_data2          ,
                zbukr     TYPE           payr-zbukr       ,
                hbkid     TYPE           payr-hbkid       ,
                hktid     TYPE           payr-hktid       ,
               END       OF             ty_data2         .
    types: begin of ty_data
                 str type char200,
               end of ty_data.
    DATA: it_data type table of ty_data,
               wa_data type ty_data.
    DATA :            it_file   TYPE           filetable        .
    DATA :      wa_file   LIKE LINE OF   it_file          .
    DATA :      w_rc      TYPE           i                ,
                lv_file   TYPE           string           .
    DATA : it_data2 TYPE TABLE OF ty_data2,
           wa_data2 LIKE LINE OF it_data2.
    rest of the code **
    FORM get_data .
    IF pr_file IS INITIAL.
        MESSAGE 'Enter file name'(002) TYPE 'E'.
      ENDIF.
      IF pr_file CP '*.xls'
        or pr_file CP '*.xlsx' . " Added
      ELSEIF pr_file CP '*.txt'.
    CONSTANTS : c_del TYPE c LENGTH 1 VALUE '|'.
        lv_file = pr_file.
    CALL FUNCTION 'GUI_UPLOAD'
      EXPORTING
        FILENAME                      = lv_file
       FILETYPE                      = 'ASC'
    *HAS_FIELD_SEPARATOR           = c_del                    "comment this line
    HEADER_LENGTH                 = 1
      READ_BY_LINE                  = 'X'
      DAT_MODE                      = ' '
      CODEPAGE                      = ' '
      IGNORE_CERR                   = ABAP_TRUE
      REPLACEMENT                   = '#'
      CHECK_BOM                     = ' '
      VIRUS_SCAN_PROFILE            =
    IMPORTING
      FILELENGTH                    =
      HEADER                        =
      TABLES
        DATA_TAB                      = it_data
    EXCEPTIONS
      FILE_OPEN_ERROR               = 1
      FILE_READ_ERROR               = 2
      NO_BATCH                      = 3
      GUI_REFUSE_FILETRANSFER       = 4
      INVALID_TYPE                  = 5
      NO_AUTHORITY                  = 6
      UNKNOWN_ERROR                 = 7
      BAD_DATA_FORMAT               = 8
      HEADER_NOT_ALLOWED            = 9
      SEPARATOR_NOT_ALLOWED         = 10
      HEADER_TOO_LONG               = 11
      UNKNOWN_DP_ERROR              = 12
      ACCESS_DENIED                 = 13
      DP_OUT_OF_MEMORY              = 14
      DISK_FULL                     = 15
      DP_TIMEOUT                    = 16
      OTHERS                        = 17
    IF SY-SUBRC  0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    endif.
    Loop at it_data into wa_data.
    split wa_data-str at '|' into wa_data2-zbukr wa_data2-hbkid wa_data2-hktid.
    append wa_data2 to it_data2.
    clear wa_data2.
    Endloop.
    ENDFORM.                    " get_data
    IT_DATA2 will contain the final uploaded data. Hope this helps

  • Default text source for text tab  in purchase requistion.

    Hi,
         issue is about text which pops up when someone try to create purchase requisition using me51n. some text shows up under Text-item texts-item text at document level.This text should not be populated when someone creates purchase requisition.can some one help in  finding  the source for that text and how to stop it popping up in purchase requisitions gong forward.
    second part of this issue is. one buyer has reported the text shows up only when in change mode.once you save the requisition its gone. i have seen this on screen when creating requisition text is in text editor but once you save it its gone.another buyer who is responsible to create purchase order has reported they can see the text when converts it in to purchase order and by going in requisition text can be found.
    last part of this problem is i can't see this all in quality system every time i create purchase requisition text editor is blank.i am creating service requisition so material master text is out of scope.
    one thing i noticed when some one creates the requisition in text- item texts -there two texts items  " text and material po text " that has a green Ok sign in corresponding Any text field
    Thanks,

    In standard, you can find the all links where the text is coming from.
    Go to OLME-Purchase Requisition-Texts for Purchase Requisitions-Define Copying Rules
    Here, select Item text and click on Text linkages. You will find the linkage from where the text is coming.
    Second Part : Its quite not possible in standard, Check is there any development which is removing the text when you press save button.
    Third Part: Yes. In standard, material PO text will come when you will use material in PR. Other than the field will show in your text line, but it will show blank.
    The green tick mark shows when a text is successfully copied from any source.

  • ByteArrayInputStream as source for zip file entry corrupts the ByteArray

    Hi All,
    I have managed to create and add a (in-memory) zip file as an email attachment. I add a file to the zip file , then push data to this file via a ByteArrayInputStream.
    Adding the file (created via ByteArrayInputStream) to an email works perfectly. If i then add another step and zip this file it corrupts the output.
    It looks like it is turning the carriage return into a [] . Its 'almost right' as when I cut & paste the contents of the txt file i created (from the zip file) into Word it displays correctly, with the carriage returns. Is it some kind of encoding problem, or mime type issue?
    My ByteArrayInputStream uses buf.append("\n"); for carriage returns. I think the problem is with
    ByteArrayInputStream baIn = new  ByteArrayInputStream( getAttachementNoFormat(eq_rt.getStoredProc()) );where I think i need to encode this somehow. Here is the complete code to create and add the zip file to an email. Any isuggestions will be appreciated.
    //START of new ZIP code    
                                                                                             /* Specify files to be zipped */
                                                                                            // Create temp file.
                                                                                            //File temp = File.createTempFile(fileName, ".txt");                           
                                                                                            //temp.deleteOnExit();                                                           
                                                                                            //BufferedWriter bOut = new BufferedWriter(new FileWriter(temp));                                                          
                                                                                            //ByteArrayInputStream baInTemp = new ByteArrayInputStream( getAttachementNoFormat(eq_rt.getStoredProc() ) );
                                                                                            //bOut.write( baInTemp.toString() );
                                                                                            //bOut.close();
                                                                                             String[] filesToZip = new String[3];
                                                                                             filesToZip[0] = "C:\\Program Files\\NetBeans3.6\\firstfile.txt";
                                                                                             filesToZip[1] = "C:\\Program Files\\NetBeans3.6\\secondfile.txt";
                                                                                             filesToZip[2] = "C:\\Program Files\\NetBeans3.6\\thirdfile.txt";
                                                                                             final String fileToZip = fileName;
                                                                                             /*  Create a memory buffer to store the ByteArray, fixed size */                                                         
                                                                                             byte[] buffer = new byte[18024];
                                                                                             /* Specify zip file name */
                                                                                             String zipFileName= eq_rt.getReportName() + ".zip";
                                                                                             try {
                                                                                                 /* Create ZipOutputStream to store the FileOutputStream */
                                                                                                 // ZipOutputStream out = new ZipOutputStream(new FileOutputStream(zipFileName));
                                                                                                 ByteArrayOutputStream byteArray = new ByteArrayOutputStream();                                                             
                                                                                                 ZipOutputStream out = new ZipOutputStream(byteArray);                                                              
                                                                                                 /* Set the compression ratio */
                                                                                                 out.setLevel(Deflater.DEFAULT_COMPRESSION);
                                                                                                 /* iterate through the array of files, adding each to the zip file */
                                                                                                 for (int a = 0; a < filesToZip.length; a++) {
                                                                                                    /* Print the filenumber being added to the zip */
                                                                                                    System.out.println(a);
                                                                                                    /* Associate a file input stream for the current file */
                                                                                                   // FileInputStream in = new FileInputStream(filesToZip[a]);
                                                                                                       This ROCKS as it is passing a array into the text file .getBytes() seems
                                                                                                       to be the KEY in getting ByteArrayInputStream to WORK
                                                                                                    //String strSocketInput = "TAIWAN";
                                                                                                    //ByteArrayInputStream baIn = new ByteArrayInputStream(strSocketInput.getBytes());
                                                                                                    //String strSocketInput = new String (getAttachementNoFormat(eq_rt.getStoredProc()).toString() );                                                                                           
                                                                                                    //ByteArrayInputStream baIn = new ByteArrayInputStream( getAttachementNoFormat(eq_rt.getStoredProc()) );
                                                                                                     ByteArrayInputStream baIn = new  ByteArrayInputStream( getAttachementNoFormat(eq_rt.getStoredProc()) );
                                                                                                    //String strSocketInput = "TAIWAN";
                                                                                                    //ByteArrayInputStream baIn = new ByteArrayInputStream(strSocketInput.getBytes());
                                                                                                    /* Add ZIP entry to output stream. */                                                   
                                                                                                    out.putNextEntry(new ZipEntry(filesToZip[a]));                                                  
                                                                                                    /* Transfer bytes from the current file to the ZIP file */
                                                                                                    int len;
                                                                                                    while ((len = baIn.read(buffer)) > 0)
                                                                                                    out.write(buffer, 0, len);
                                                                                                    /* Close the current entry */
                                                                                                    out.closeEntry();
                                                                                                    /* Close the current file input stream */
                                                                                                    baIn.close();                                                   
                                                                                                /* Close the ZipOutPutStream (very important to close the zip before you attach it to the email) Thanks DrClap */
                                                                                                out.close();                                                    
                                                                                                /* Create a datasource for email attachment */
                                                                                                // DataSource sourcezip = new FileDataSource(zipFileName);
                                                                                                DataSource sourcezip = new ByteArrayDataSource(byteArray.toByteArray(), zipFileName, "application/gzip" );
                                                                                                /* Create a new MIME bodypart */
                                                                                                BodyPart attachment = new MimeBodyPart();
                                                                                                attachment.setDataHandler(new DataHandler(sourcezip));
                                                                                                attachment.setFileName(zipFileName);                       
                                                                                                /* attach the attachemnts to the mail */
                                                                                                multipart.addBodyPart(attachment);                                                       
                                                                                             catch (IllegalArgumentException iae) {
                                                                                               iae.printStackTrace();
                                                                                             catch (FileNotFoundException fnfe) {
                                                                                               fnfe.printStackTrace();
                                                                                             catch (IOException ioe)
                                                                                             ioe.printStackTrace();
                                                                                           // End Of New ZIP code    

    I came up with 'a' solution (not sure if its the best way but appears to work)
    \n = corrupt
    \r\n = ok in zip

  • Reg Sender AS2 module configuration for text file

    Hi Experts,
    I am working on an inbound scenario where Sender is AS2 and Receiver is SAP system in PI7.4. The Sender Trading Partner is Sending a text file which should be converted to xml. I have added the module parameter localjbs/PlainConverterModule .It is throwing the error as per the attached file.
    Could anyone please guide me on this issue. Also Please let me know whether any configuration needs to be set in EDI content Manager.
    Cheers,
    Neethu

    Hi Neethu,
    according to the b2b help the module is used to convert EDIFACT message standards into XML. I your case you have flat file comming from AS2. you can use message transform bean to convert flat file to XML in sender as2 adapter. Or you need to define ED XML converter. Please refer the below link
    SAP PI: Using the B2BADDON EDI<>XML Convertor Modules - Basics
    You configure the communication channels of any Process Integration adapter with the PLAIN-XML converter module to convert business documents encoded in EDIFACT message standards into XML and the other way round. It must be configured in the sender and receiver channels based on the business scenario. The PLAIN-XML converter module runs on the SAP NetWeaver Process Integration Adapter framework.
    You use this procedure to configure the parameters of the PLAIN-XML converter module.
    source - Configuring the PLAIN-XML Converter Module - SAP NetWeaver Process Integration, business-to-business add-on 1 - SAP Libr…
    regards,
    Harish

  • Where to find the source for HttpServlet

    Hello,
    I have the javaee.jar file but I also want to browse the sourcecode.
    Where can I find the src.zip or equivalent?
    I'm using eclipse btw.
    Thanks,
    Marcel

    Thanks for that.
    To conclude this thread:
    - sources for J2EE can be found in de source of the container.
    You can download Apache Tomcat source of Glassfish source for example.

Maybe you are looking for

  • LR not showing up in Creative Cloud to download

    Hi, I recently had to re-load Mountain Lion on my iMac and consequently I need to re-download LR and PS again. When I load the Creative Cloud to download, these two and others are not showing up and there to download. Any ideas? I have the teacher/St

  • My Ipod says connect to computer to restore Ipod

    I bought a new 80 GB video Ipod at the end of June. It worked fine for the first few months and I was really enjoying it. Then all of a sudden a screen came up that I have never seen before that says connect to computer to restore Ipod. I connect it

  • How to access %programfiles% environment variable in XML

    Hi I am trying to install BEA JRockit 1.4.2 JVM silently and I need help in modifying the silent.xml file. Typically, in batch files, one would use the environment variable %programfiles% to install to the system's program files directory. However I

  • Hierarchy maintain and load

    hi , i am new to SAP -Bi , Can any one explain me how to maintain Hierarchy and load data into it .i have sandbox system for practice. Thanks Ganesh.

  • Need to Get a QT codec or help on how to reorder the bytes?

    I have a bunch of .AVI that are white with audio in QT. QT info says the files are YUY2. I cant find this codec for mac anywhere. If you know of where to find this codec, please let me know. OR Is there a way I can reorder the bytes so that it is in