What are the content conversion parameters

Hi All
This link contains the text file.
http://www.census.gov/foreign-trade/schedules/d/dist.txt
what are the content conversion parameters are required to convert that text to xml.

<sen_dt>
     <prefix>
          <heads>
               <dc>               
               <pc>
               <name>
          <main>
               <dcno>
               <pcno>
               <name1>
<rec_dt>
     <prefix>
          <District_code>             District code      optional
          <port_code>              port code          1
          <name>                   name              
     <main>
          <District_code_no>
          <port_code_no>
          <name1>
content conversion
     document name:<sen_dt>
     document namespace:http::----
     document offset:--
     recordset name:input
     recordset structure:heads,1,main,*
     recordset sequence:Ascending
     recordset per message:----
     keyfield name:---
prefix.fieldfixedlengths:---
prefix.endSeparator:---
prefix.fieldNames;---
prefix.keyFieldvalue:--
prefix.keyFieldlnStructure:---
main.fieldFixedLengths:9,
main.fieldSeparator:|
main.endSeparator:'nl'
main.fieldNames:district code,port code,name
main.keyFieldValue:
main.keyFieldlnStructure:

Similar Messages

  • What are the content conversion parameters for this structure

    Hi All,
    The below file is the text file. what are the content conversion parameters are required and what is the structure to create in the IR to convert into xml.
    Schedule D - District/Port List (by District Code) [Produced13APR11]
    District |    Port      |    Name
    Code     |    Code      |
    01       |              |    PORTLAND, ME
             |    0101      |    PORTLAND, ME
             |    0102      |    BANGOR, ME
             |    0103      |    EASTPORT, ME
             |    0104      |    JACKMAN, ME
             |    0105      |    VANCEBORO, ME
             |    0106      |    HOULTON, ME
             |    0107      |    FORT FAIRFIELD, ME
             |    0108      |    VAN BUREN, ME
             |    0109      |    MADAWASKA, ME
             |    0110      |    FORT KENT, ME
             |    0111      |    BATH, ME
             |    0112      |    BAR HARBOR, ME
             |    0115      |    CALAIS, ME
             |    0118      |    LIMESTONE, ME
             |    0121      |    ROCKLAND, ME
             |    0122      |    JONESPORT, ME
             |    0127      |    BRIDGEWATER, ME
             |    0131      |    PORTSMOUTH, NH
             |    0132      |    BELFAST, ME
             |    0152      |    SEARSPORT, ME
             |    0181      |    LEBANON AIRPORT
             |    0182      |    MANCHESTER USER FEE AIRPORT, NH
    02       |              |    ST. ALBANS, VT
             |    0201      |    ST. ALBANS, VT
             |    0203      |    RICHFORD, VT
             |    0206      |    BEECHER FALLS, VT
             |    0207      |    BURLINGTON, VT
             |    0209      |    DERBY LINE, VT
             |    0211      |    NORTON, VT
             |    0212      |    HIGHGATE SPRINGS/ALBURG

    since in this case you dont seem to have a key value to figure out what your header is, it is better to go for a two level mapping. i.e first read all the data - each line as an xml tag. and in the first mapping group it as required and then use it for your original mapping.
    Regards,
    Ninu

  • What r the content conversion parameters

    Hi All
    This link contains the text file.
    http://www.census.gov/foreign-trade/d/dist.txt
    what are the content conversion parameters are required to convert that text to xml.

    Make it simple  recordset structure as below ...
    Details
            ----------->District code
            ----------->Port code
            -----------> Name
    Recordset structure   Details, *
    Details.fieldSeparator  :
    Details.endSeparator  'nl'
    Details.fieldNames :  District code, Port code, Name

  • What are the hierarchy relevant parameters?

    What are the hierarchy relevant parameters?

    <sen_dt>
         <prefix>
              <heads>
                   <dc>               
                   <pc>
                   <name>
              <main>
                   <dcno>
                   <pcno>
                   <name1>
    <rec_dt>
         <prefix>
              <District_code>             District code      optional
              <port_code>              port code          1
              <name>                   name              
         <main>
              <District_code_no>
              <port_code_no>
              <name1>
    content conversion
         document name:<sen_dt>
         document namespace:http::----
         document offset:--
         recordset name:input
         recordset structure:heads,1,main,*
         recordset sequence:Ascending
         recordset per message:----
         keyfield name:---
    prefix.fieldfixedlengths:---
    prefix.endSeparator:---
    prefix.fieldNames;---
    prefix.keyFieldvalue:--
    prefix.keyFieldlnStructure:---
    main.fieldFixedLengths:9,
    main.fieldSeparator:|
    main.endSeparator:'nl'
    main.fieldNames:district code,port code,name
    main.keyFieldValue:
    main.keyFieldlnStructure:

  • What are the special conversions for time in update rules?

    What are the special conversions for time in update rules?

    Hello,
    Special conversions for time in update rules are automatically conversion rules.
    Example: If the cube contains calendar month and your transfer structure contains date, the date to month is converted automatically.
    Assign points if this helps,
    Regards,
    Jorge Diogo

  • BAPI_SHIPMENT_COST_ESTIMATE  What are the min. required parameters to pass

    Hi All,
       I would like to know what are the minimum required  parameters to pass in BAPI BAPI_SHIPMENT_COST_ESTIMATE. And from which tables I can pull out that information to pass to this BAPI.
    Does this BAPI creates a shipment cost document in the system or just shows the estimate of the shipment cost.
    If it creates a shipment cost document then its good for me. but if it shows us just the estimate does it shows estimate for each delivery (total Qty, Unit Price & Total Price). 
    What will be the item category it will pick. I like to see it picks  basic price related item category.
    Does any body has used this bapi ?
    Appreciate your fast reply.
    Regards,
    Leona

    Hello, I´ll try to answer your question:
    1. is it possible to run the bapi without actual shipment number and the shipment ( & cost ) will be created in simulation mode ?
    I think that the bapi only run with external shipment number and only run in simulation mode, that´s mean the bapi can not create any shipment and cost document, if you want to create a shipment use BAPI_SHIPMENT_CREATE, to create a cost document I don´t know if there is a bapi but you can create easily with transaction VI01 (batch-input)
    The shipment number that you use to call the bapi is a ficticious number always between external range indicated in field V_TVTK-NUMKE with the shipment type that you use.
    2. is it possible to perform estimation to inbound shipments ?
    Yes it´s depend on the shipment type. In standard system 0010 is used
    In the example that I have I use an inbound delivery
    3. does the bapi creates shipment and scd in simulate mode like transaction VICI ( from sales order ) ?
    I think that the bapi only run in simulation mode and it can not create any document
    4. is there any problem if i customized my scd item categories to open manualy ?
    I think that the bapi needs to work properly automatic iten categories
    can you please post sample code ( or any other doc's ) for this bapi ?
    I send you a document with an example if you give me an e-mail because I don´t know how to attach a word document
    Best regards,

  • What are the AM Tuning parameters need to be set for 500 concurrent users

    Hi All,
    We are using JDEVADF_11.1.1.5.0.
    What are the exact AM parameters(Pooling and Scalability tab) to be set when we planned for 500+ concurrent users?
    Along with this do we need to set any parameters at weblogic server level, if any please give inputs.
    Any input's would be appreciated.
    Thanks in advance.
    Regards,
    Dinesh

    We can?t give you exact numbers as there are many factors influencing the performance. In hte end you have to make a load test to find the right set of parameters. A good starting point is Andrejus's blog Andrejus Baranovskis's Blog: Stress Testing Oracle ADF BC Applications - Internal Connections and  Andrejus Baranovskis's Blog: Stress Testing Oracle ADF BC Applications - Do Connection Pooling and TXN Disconnect Level
    Timo

  • What are the contents in technical spec

    what are the contents in technical spec
    could u plz explai clearly
    with exp spec

    hi rajeshreddy,
    Below are the standards for Tech specs
    1.1 Development Attributes
    Program Name:
    Title:
    Application:
    Development Class:
    Message Class:
    Program Type:
    Execution Mode:
    Schedule Frequency:
    Variant:
    1.2 Program Functionality
    1.3 Output Fields
    Output Label
    Related SAP table-field (if any)
    Length
    Output Characteristics
    1.4 Proposed Solutions
    1.5 Solution to be implemented
    1.6 Reasons of selection/rejection
    1.7 Pseudo-Code / Flow Logic of the selected solution
    1.8 Selection Screen
    1.9 Database Tables Used
    Table Name
    Table Description
    How the table is used in the program
    1.10 External Files Used
    1.10.1 External File Layout <file name>
    1.11 Components External to Program Used
    1.12 Error Conditions
    1.13 Key Technical Test Conditions
    1.14 Sample Test Data
    1.15 Assumptions
    1.16 Comments
    regards,
    amit m.

  • What are the contents in technical specifications

    What are the contents in technical specifications
    could u plz explain clearly

    hi rajeshreddy,
    Below are the standards for Tech specs
    1.1 Development Attributes
    Program Name:
    Title:
    Application:
    Development Class:
    Message Class:
    Program Type:
    Execution Mode:
    Schedule Frequency:
    Variant:
    1.2 Program Functionality
    1.3 Output Fields
    Output Label
    Related SAP table-field (if any)
    Length
    Output Characteristics
    1.4 Proposed Solutions
    1.5 Solution to be implemented
    1.6 Reasons of selection/rejection
    1.7 Pseudo-Code / Flow Logic of the selected solution
    1.8 Selection Screen
    1.9 Database Tables Used
    Table Name
    Table Description
    How the table is used in the program
    1.10 External Files Used
    1.10.1 External File Layout <file name>
    1.11 Components External to Program Used
    1.12 Error Conditions
    1.13 Key Technical Test Conditions
    1.14 Sample Test Data
    1.15 Assumptions
    1.16 Comments
    regards,
    amit m.

  • What are the MMO3 CONVERSIONS AVAILABLE and o know?what's the logic t

    Hi Experts ,
    Could you plz tell me, what are the mm03 conversions?
    My requitement is i have to convert the Quantity into PC,LM and M2.
    Before that i have to check wether the quantity has the conversions availble in
    mmo3. could you plz give me idea.
    Thanks
    Suresh.

    question is not clear MMO3 is used to display material

  • What are the contents of ReportView​er.dll that comes with CalExec?

    Calibration Executive comes with code module ReportViewer.dll. What are the function prototypes for the routines in this module? There is no information on the exported functions that can be used by another calling program.

    Hey TC99
    You can use Dependency Walker to find out which functions are in that DLL.

  • What are the Batch mode parameters for Receiver JDBC Adapter

    Hi All,
             Could some pls tell me how to set bacth mode in receiver JDBC adapter and what are its parameters and how to configure them. i beleive there is something like max count parameters etc..
    Regards,
    Xier

    Hi,
    Check this for more info
    http://help.sap.com/saphelp_nw04s/helpdata/en/64/ce4e886334ec4ea7c2712e11cc567c/frameset.htm
    Regards
    Seshagiri

  • What are the contents of "JAGENT.PRM" file

    Hi All,
    Can someone post the content of "jagent.prm". After the setup of monitor server and making changes in the config files; the "CREATE DATASTORE" is not creating "jagent.prm" and when i start jagent, it fails with the error "jagent.prm" does not exists.
    Can someone copy paste the contents so that i can create this file manually and test whether it works or not.
    Regards,
    Kamal Khan

    hi ,
    i have installed GG monitor on my machine and working fine , maximum that will not take morethan a hour.
    where you are installing GG monitor in the same oracle GoldenGate instance server or seperate one?
    if you in the same machine, check the below list
    Did you install JDK 1.6 + in your environment?
    did you set the JAVA_HOME and PATH variables?
    find below the jagent contents, i have configured on windows machin, find below the jagent.prm file contents,
    COMMAND java -jar -Xms64m -Xmx512m dirjar/jagent.jar
    the jagent.prm file refering jagent.jar file whivh is in dirjar folder, there are different executable jar files in dirjar folder.
    *** dirjar - Contains the Java programs that support the Oracle GoldenGate Agent. This subdirectory is created during installation.
    *** dirprm - Contains the Oracle GoldenGate Agent parameter file, jagent.prm.. This subdirectory and parameter file are created during installation of Oracle GoldenGate
    11.2.1 and later. Extract, Replicat and Manager parameter files created using GGSCI will also reside in this subdirectory.
    creating jagent.prm file manually not a good idea,

  • What are the contents of a withholding tax return?

    A buyer normally deducts WHT and pays the balance to the vendor. The vendor then receives a withholding tax certificate from the buyer.
    When the vendor files his withholding tax return, will teh withholding tax return only include details of this WHT deducted by buyer or it will include other things? And against what will the vendor set off the amount withheld by the buyer?

    Hey TC99
    You can use Dependency Walker to find out which functions are in that DLL.

  • What are the contents of Mac OS X Install Disc 2

    I bought my mac a few years ago, and i recently swiped it and wiped it clean again, to make it faster, which it has. When i was installing the CD's, the install dic 1 was fine, but when it said to insert disc 2 to continue the installation my mac wasn't reading it. Therefore i just did not install it. Yesterday i downloaded the disc 2 online, but i wanted to know what the contents were of disc 2 just so i knew what i had, if anyone could help that would be great

    Any download of 10.5 discs online is illegal.  The only legal means of getting 10.5 is by DVD.    Also any downloaded copies may be pre-release data, or data infected with trojans.  Stay far far away from those downloads.

Maybe you are looking for

  • Using the Rank() function in 8i

    I have a table that holds multiple transactions and amounts for each person (each person uniquely identified by an id). For simplicity's sake, the let's say that the table only has four columns and looks like this: PID NUMBER(8) TID VARCHAR2(10) AMT

  • Problem in material extension- material is blocked for one or more plant

    Hi, I am extending material from one plant to another plant but when i reach in accounting 1 deta system shows error material is blocked for one or more plant. Message no. M3562 Diagnosis You wanted to make a change in the material master record whic

  • L7680 Horizontal white lines through black/gray only

    HP OfficeJet Pro L7680, Windows 7 Getting white horizontal lines through black or gray text and graphics. The Print Quality Diagnostics Page results are: Test pattern 1 looks fine Test pattern 2 has white horizontal lines on the black and gray blocks

  • Pivot table group by is not working

    Hi Gurus, I am using OBIEE 10g I have Dimension and Fact table. In fact table i have some measures and which are calculated and some are aggregated functions. The Geo dimension has Division, region and Market. In pivot table when i am grouping the va

  • Can one do that?

    Is it possible to read and write text to a text file packed in a midlet jar file. if so how?