DRM Excel Import file format?

Hi Everyone !!
I want to import data from Excel sheet using DRM
please can anyone share a sample format for this in excel , DRM Excel import file
thanks in advance

I don't think we have an option to Import from Excel file, we are currently in 11.1.2.2 and so far it supported only a Text File Import, In the latest version we can Import from Tables, also no where Oracle has mentioned that we can Import from an Excel File.

Similar Messages

  • How do i import file formate imaged from panasonic DMC ZS40 into PSE 9.0

    how do i import file format  image from Panasonic DMC ZS40 into PSE 9.0. Any help appreciated.
    Thanks

    See:
    * http://kb.mozillazine.org/Import_bookmarks

  • Import file format in DRM

    Hi,
    i am looking for an exact file format to be imported in DRM. can anybody pls help me with that ?
    i created a simple text file, but has a few confusions in it, like what all fileds i need to include in it ? do i need to keep the headers in the file ?
    it would be helpful, if someone can let me know the file formats and steps to be taken care, while importing a file in DRM.
    Thanks in Advance !

    Hi,
    Your import file should have atleast one or all of the sections required in an IMPORT File
    Version , Hierarchy, Node, Relationship, Hierarchy Node. Please refer the user guide for DRM for details about these sections, I would suggest to remove any headers or footers that you have in your file.
    Depending on the version of DRM you are working with download the user guide to get the Import file details
    http://docs.oracle.com/cd/E17236_01/epm.1112/drm_user.pdf
    Thanks
    Denzz

  • WAD Import File Format (bisp)

    HI
    I have saved a excel file in the format of HTML.
    I am trying to import the into WAD and its only giving the option of
    Bisp( UTF-8)
    Bisp( Local Encoding)
    How do i import the html file ?
    Suggestions will be appreciated
    Thanks
    K.Mohan

    What is contained in the Excel file? Why do you want to import the file to WAD?

  • Export to Excel – XLS file formatting

    Hi,
    I have created process that exports report to XLS file. I write XLS file using XML tags, supported by Excel, which allow me to format each cell (especially look and data type). Unfortunately I can’t force Excel to see cell as date-cell.
    I’m getting from database date in YYYY-MM-DD format and I want the same in Excel. I can export it as string value, but I want Excel to see it as date – not string.
    This code works fine:
    <ss:Cell><ss:Data ss:Type="String">'||x.begin_date||'</ss:Data></ss:Cell>
    but Excel see the cell as a string.
    I want something like that:
    <ss:Cell><ss:Data ss:Type="Date">'||x.prnm_short_name||'</ss:Data></ss:Cell>
    but this one doesn’t work, as well as “DateTime” type.
    Do you know how to solve this problem?
    Regards,
    Przemek
    Edited by: Przemek on 2008-11-14 13:11

    Here is a sample of how you can create a procedure from an EXCEL file.
    1. create, format and save Excel file as an XML file
    2. edit file to add" htp.p(' " tags to begining of each line and "')';" tags to the end of the lines
    3. add standard header tags at start of file (see code below)
    4. add standard end tags at end of file (see code below)
    5. grant excute privileges as required
    6. test procedure: from browser (http://.../apex/owner.excel_rpt in this case; you do not need to use apex to do this
    - you might want to secure the procedure once you got it running by limiting it to run only from your app
    CREATE OR REPLACE PROCEDURE excel_rpt (fname VARCHAR2 DEFAULT 'excel_rpt.xls')
    IS
    -- query to get data; can be used in CURSOR LOOOP to fill in report
    CURSOR rpt_cur IS
    SELECT PROGNAME, user_name, priv, dept
    FROM test_data;
    BEGIN
    -- standard header to open file in EXCEL application -- REQUIRED
    owa_util.mime_header( nvl(NULL,'application/octet'), FALSE );
    htp.p('Content-Disposition: attachment; filename="' || fname || '"');
    owa_util.http_header_close;
    -- to get this, save your Excel file as XML, open in editor (I used Notepad++),
    -- prepend "htp.p(' to all the line", postpend "');" to all lines
    htp.p('<?xml version="1.0" encoding="UTF-8" standalone="yes"?>');
    htp.p('<?mso-application progid="Word.Document"?> ');
    htp.p('<w:wordDocument
    xmlns:w="http://schemas.microsoft.com/office/word/2003/wordml"
    xmlns:v="urn:schemas-microsoft-com:vml"
    xmlns:w10="urn:schemas-microsoft-com:office:word"
    xmlns:sl="http://schemas.microsoft.com/schemaLibrary/2003/core"
    xmlns:aml="http://schemas.microsoft.com/aml/2001/core"
    xmlns:wx="http://schemas.microsoft.com/office/word/2003/auxHint"
    xmlns:o="urn:schemas-microsoft-com:office:office"
    xmlns:dt="uuid:C2F41010-65B3-11d1-A29F-00AA00C14882"
    xmlns:wsp="http://schemas.microsoft.com/office/word/2003/wordml/sp2"
    xmlns:st1="urn:schemas-microsoft-com:office:smarttags"
    w:macrosPresent="no"
    w:embeddedObjPresent="no"
    w:ocxPresent="no"
    xml:space="preserve">');
    htp.p('<w:ignoreElements w:val="http://schemas.microsoft.com/office/word/2003/wordml/sp2"/>');
    htp.p('<o:SmartTagType o:namespaceuri="urn:schemas-microsoft-com:office:smarttags" o:name="PlaceType"/>');
    -- : deleted FOR brevity
    htp.p('</wx:sect>');
    htp.p('</w:body>');
    htp.p('</w:wordDocument>');
    -- standard closing tags -- REQUIRED
    HTMLDB_APPLICATION.g_unrecoverable_error := TRUE;
    END excel_rpt;
    GRANT EXECUTE ON excel_rpt TO PUBLIC;

  • Excel import number formatting

    Hello,
    I'm trying to use sqldev 1.5.4 to import data from an excel spreadsheet, and running into a number formatting issue that I hope someone can help me with. One of the columns in the spreadsheet contains zip codes that I'm trying to import to a varchar2 column in my table, but when sqldev imports them it's trying to format them with a comma in the thousands place. So the zip code "94606" becomes "94,606" in the database. Is there some way to disable this? There doesn't seem to be any option for it in the import wizard.
    Thanks!
    Sean

    Thanks for the suggestion. The format of the zip code column is set to Special (Zip Code) and I have another column, Phone Number, which is doing the same thing despite being formatted as Special (Phone Number), so I don't think it's using that.

  • IMovie imported file format

    I have imported a number of files from my old high 8 video camera into IMovie on my MAC.
    The original tapes are now gone. 
    Now a friend of mine wants to do some video editing on his PC -  is it possible to export all the raw data files to a format that will be recognised on a PC ?
    Thanks for any help.

    Yes, it should be. When exporting your movie, click File>Share>File. This should export it as a .mp4, which is regonized on almost all PCs.

  • Import file format aspect ratio

    If I import a video in Mpeg2 format, After effects uses the wrong aspect ratio and crops off the sides of the video. Other video formats are fine but my camera records in Mpeg2 so I have to convert before import

    What size is the Mpeg2 format? What Pixel Aspect Ratio? After Effects always handles different sizes and pixel aspect ratios correctly if you have not mucked up the settings somewhere in the chain.
    Please show us info on your footage that includes frame size, frame rate, and compression. Then Please show us the information on your compositions.

  • CVI/Excel file format 2 *.TDMS format

    Does anyone has plugins to convert Excel/CVS file format into *.TDMS  format?  Instead of write a CVI or LabVIEWS application.

    How does your Excel file look like?
    Is it XLS or CSV?
    For CSV file there is a wizard to generate import plugins since DIAdem 10.
    For xls there is a new import wizard since DIAdem 2011 and an old one.

  • Changing file format

    I am trying to change the import file format to AAC. I followed the directions that the iTunes help has given me. However, when I went to Edit > Preferences, click Advanced, and then click Importing ... there is no tab for Importing.
    where would it be located??

    On the latest version of iTunes 8.2--the import settings are located on the General Tab--there's a button in the middle of the box "Import Settings".

  • Export to xls file format

    hi
    i have a comma separated txt file which i want to convert into Excel (.xls) file format.
    I have created the xls file using "\t" and "\n" characters.
    But the problem is that i want to do some text formatting also i.e. i want to make the Column Headers as Bold etc.
    Plz help
    thanks in advance

    I believe someone has written some code to do this for Java. I remember reading it a couple months ago. You should do a search through the Forums here to see if you can find where to get this code.

  • Any one know how to use "custom" option present under the data access tab in XLS file format of Data Services

    Hi Experts,
            Any one know how to use or what is the purpose of "custom" option present under the data access tab in Excel workbook file format of Data Services
    Thanks in Advance,
    Rajesh.

    Rajesh, what is the Custom Protocol you are trying to use? It should be  something like PSFTP, etc.,
    Cheers
    Ganesh Sampath

  • How do I convert an excel (2008) document to Numbers?  When I drag the Excel document onto the Numbers icon I get, "Import error.  The file format is invalid"

    How can I convert an Excel (2008) document to Numbers.  When I drag the Excel document onto the Numbers icon I get, "Import error.  The file format is invalid.

    That extension identifies the most current Excel file format, a format that can be opened by Numbers '09 (and by Numbers '08).
    A check with Numbers '09 shows it capable of opening .xlsx files when right-clicked (and Numbers chose as the application to open, when double-clicked (if Numbers has been set as the default application to open this type of file, or when dragged to the Numbers icon in the dock.
    I see two possibilities for Numbers inability to open it and the message you receive:
    1. The file is not actually an Excel file, and the sender has added the .xlsx extension to the filename manually.
    2. The file is an Excel file, but has somehow been corrupted.
    Have you tried opening the file with a different application? The open source Office suites, OpenOffice.org, LibreOffice and NeoOffice can also open .xlsx files. If they're unable to open this one, that would point toward the file itself being faulty. You can download these applications from their rspective websites, linked in the names above. All request a donation to support future development, but only Neo requires one to have been made recently, and that only for the current release (which won't be necessary to open .xlsx files).
    Regards,
    Barry

  • Exporting pdfs to word and excel file formats  and translating

    Hello, I am new to this forum and came here because I am a professional translator. Although we should be given documents in their original file format, in the real world translators have to convert pdfs such as manuals or annual reports into word or excel files. Given the fact we often work for agencies, and/or do not work directly with the people who created the original files inthe first place, with the best will in the world we normally have to make do with converting the pdf file, or lose the job.
    I would like advice on the best way to learn more about  pdf to word and excel conversion and ways of keeping formatting when it is helpful and removing what is not.
    The general problem is (well the problem is really ignorance on my part!) of course getting the "look and feel" similar in the converted document and knowing more about manipulating the formating and elements which get converted.
    Any help or pointers to online tutorials whether multimedia or text much appreciated.
    David Hardisty (david1610)

    Thank you Lori, this is so clear! I am a teacher as well and there are clear presentations and wonderfully clear presentations and this is in the latter category.
    A tiny suggestion. You would not believe how many pdf files exported to word I have received that are Portuguese content and the sender has not set the language to Portuguese! So in your text entry you might want to mention the language setting. I know it is obvious, but as we know sometimes we cannot see the obvious!
    I will need to look far more carefully at the final things in your video.
    Are there any special considerations for exporting pdf files as Excel? My original doubt was I had to translate some accounting documents. 95% of the document was numbers which did not changing (except for commas to periods and vice versa due to different separator conventions). I did not now how to just select e.g. the vertical column with text. I will go back and try with this suggestion because in this case the look and feel of the numbers was important and the precise fonts etc. seemed to cause problems. But now I am getting out of my depth!
    Thank you again!
    DavidHardisty

  • Conversion of internal table into excel file format &put it on app server

    Hi,
    My requirement is to convert the internal table into excel file format and I have to store it on application server so that administrator can send the file thr e-mail attachment.
    So, please let me know how to convert the records of internal table and store it on application server in Excel file format.
    TIA,
    Nitin

    Hi,
      Use FM GUI_DOWNLOAD to download the data from inernal table to excel sheet.
    Then Using tcode CG3Z u can transfer file to application server.
    *&      Form  sub_download
          text
    -->  p1        text
    <--  p2        text
    FORM sub_download.
      CALL FUNCTION 'GUI_DOWNLOAD'
        EXPORTING
        BIN_FILESIZE                    =
          filename                        = p_path
         filetype                        = 'ASC'
        APPEND                          = ' '
         write_field_separator           = 'X'
        HEADER                          = '00'
        TRUNC_TRAILING_BLANKS           = ' '
        WRITE_LF                        = 'X'
        COL_SELECT                      = ' '
        COL_SELECT_MASK                 = ' '
        DAT_MODE                        = ' '
        CONFIRM_OVERWRITE               = ' '
        NO_AUTH_CHECK                   = ' '
        CODEPAGE                        = ' '
        IGNORE_CERR                     = ABAP_TRUE
        REPLACEMENT                     = '#'
        WRITE_BOM                       = ' '
        TRUNC_TRAILING_BLANKS_EOL       = 'X'
        WK1_N_FORMAT                    = ' '
        WK1_N_SIZE                      = ' '
        WK1_T_FORMAT                    = ' '
        WK1_T_SIZE                      = ' '
      IMPORTING
        FILELENGTH                      =
        TABLES
          data_tab                        = it_final
        FIELDNAMES                      =
      EXCEPTIONS
        FILE_WRITE_ERROR                = 1
        NO_BATCH                        = 2
        GUI_REFUSE_FILETRANSFER         = 3
        INVALID_TYPE                    = 4
        NO_AUTHORITY                    = 5
        UNKNOWN_ERROR                   = 6
        HEADER_NOT_ALLOWED              = 7
        SEPARATOR_NOT_ALLOWED           = 8
        FILESIZE_NOT_ALLOWED            = 9
        HEADER_TOO_LONG                 = 10
        DP_ERROR_CREATE                 = 11
        DP_ERROR_SEND                   = 12
        DP_ERROR_WRITE                  = 13
        UNKNOWN_DP_ERROR                = 14
        ACCESS_DENIED                   = 15
        DP_OUT_OF_MEMORY                = 16
        DISK_FULL                       = 17
        DP_TIMEOUT                      = 18
        FILE_NOT_FOUND                  = 19
        DATAPROVIDER_EXCEPTION          = 20
        CONTROL_FLUSH_ERROR             = 21
        OTHERS                          = 22
      IF sy-subrc <> 0.
    MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
            WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
      ENDIF.
    ENDFORM.                    " sub_download
    Otherwise use OPEN DATASET and TRANSFER statement to download data from internal table to direct application server
    Regards,
    Prashant

Maybe you are looking for

  • Connection b/w BW and External S/S

    Hello ALL If we need to extract data from external source system(say like Informatica,oracle,Java,etc.,)to BW system.Now what is the procedure/steps for connecting between them.(connections between Informatica,oracle,etc., & BW) I came to know that b

  • Read & Filter Multiple .wav files, Export Filtered SPL

    Hi I'm searching for tips on how to use LabVIEW to read multiple .wav files, then filter them, then export just the calculated SPL values to a "database friendly format". Basically I want a solution that allows me to point to several files, then pres

  • Can I connect to an OracleDB via an Android app?

    Hi, I originally resurrected an old long-finished forum thread and attempted to hijack it away for my own issue but a kind forum moderator has split my question away so that it might stand on its own merits (or not). I'll try to remember for the futu

  • Export to Excel and PDF

    Hi Guys, I need a bit of a help for exporting my data to Excel or PDF. Can someone link me to a good article how can I do this using SAP NetWeaver Developer Studio CE. Thanks a lot guys!

  • OLAP migration error

    I have had a brief search and cannot find an explanation for this error message. Whilst attempting to run the migration wizard to migrate SSAS 2000 cubes to SSAS 2008, I receive the following error: Cannot identify the source table of the '(SELECT 0)