Csv rtf and xls files in file sender

Hi Experts,
I had a requirement to design an interface, its basically just a file to file with certain mappings as per business requirements.
The input file is currently expected in .csv or .xml or .xls.
My query (can be even be considered juvenile:-) ) is ,
if csv can be processedd with FCC, why is it that xls cannot?, saving the xls as csv can be done but since its an automated process it will be out of scope to do t manually
The other query was, with more files expected in rtf and other formats..what is the best way to outline the interface?
Request you to elucidate on the above
Regards,
Ibrahim

>
Ibrahim wrote:
> Hi Experts,
>
> I had a requirement to design an interface, its basically just a file to file with certain mappings as per business requirements.
>
> The input file is currently expected in .csv or .xml or .xls.
>
> My query (can be even be considered juvenile:-) ) is ,
>
> if csv can be processedd with FCC, why is it that xls cannot?, saving the xls as csv can be done but since its an automated process it will be out of scope to do t manually
XLS is a different format. It is not a text file. Eg. a PDF ... is of a different format... it is not a text file.
For any format other that a TEXT file, you will have to custom code. FCC will apply only to text formats and csv is a text format.
For excel, PDF etc you can use modules to read or write contents
eg. /people/shabarish.vijayakumar/blog/2009/05/17/trouble-writing-out-a-pdf-in-xipi
>
> The other query was, with more files expected in rtf and other formats..what is the best way to outline the interface?
>
> Request you to elucidate on the above
>
> Regards,
> Ibrahim
If you have different formats to be read, make sure you configure different adapters for each and not a single adapter.
A single adapter can be used if all you need is to pick files and drop them somewhere doing nothing on the content

Similar Messages

  • Can't download pdf and xls file

    Hi, I want to download an attachment from my gmail .When I clicked to download, it will go to icloud.com and displayed like this."Your file will begin downloading automatically.Don't see it? Try again>
    The attachment contains both pdf and xls files.
    I have tried many times.
    Please help me.

    Hi amusa123,
    I don't get it. So let me try to explain again what you are describing:
    - You open a mail in Gmail (I guess Gmail in the browser, right?)
    - This email has an attachment (a excel sheet, right?)
    - You try to open the file, which immediately starts downloading the file to your Mac (usually the file gets downloaded into the Downloads folder)
    What I don't get, where do you receive a message regarding icloud.com?
    With kind regards,
    David

  • Initially I had downloaded Document 2 (Free) application to view my doc, ppt and xls files. I was not able to edit the files so there was an option for upgrade the Document-2 free to paid version. I have upgraded the Document 2 application.

    Initially I had downloaded Document 2 (Free) application to view my doc, ppt and xls files. I was not able to edit the files so there was an option for upgrade the Document-2 free to paid version. I have upgraded the Document 2 application. But on my iPad now there are to application present Docemnt-2 (Free) and Document-2. I am not able to open any existing document using the upgraded version of application. How do I connect all the existing txt,PPT,XLS doccument to the new upgraded Document-2 application and then to edit it on my iPad.

    As suggested I had deleted the free application and did a hard restart the iPad. I have again copied the document using iTunes. But I am not able to edit any document using this app. Document 2 (paid version) supports editing features of the txt/ xls /ppt files. Is there any problem while loading the Document 2 app. If I reload then do I need to purchase again?

  • How to Purge pdf and xls files from $LOG_HOME

    Hi There,
    application: ebs R12(12.1.2)
    db: 11.1.0.7
    OS: linux5(x86-64)
    can any one let me is there any concurrent program through this i can purge lots of pdf and xls files from $LOG_HOME/ora/10.1.2/reports/cache folder.
    Please help me out in this regards,
    Thanks in Advance.
    Regards,
    Mohsin
    Edited by: 920138 on May 12, 2012 4:12 AM

    Please also see:
    Patch 11669923 Post Patch Instructions Would Get Overridden By Autoconfig [ID 1322704.1]
    REP-56093: File : Cached Output For Job 1 is No Longer Valid [ID 1321342.1]
    Rep-57054: In-Process Job Terminated:Finished Successfully But Output Is Voided [ID 1332176.1]
    Thanks,
    Hussein

  • How do I stop Safari from displaying .rtf and .doc files?

    I have placed a number of .rtf and .doc files on my website for downloading. I've notice that my other browsers download the actual file when I type in the exact web address to where they are stored, whereas Safari just displays the text in Safari--there's no physical file download. What can I do to force Safari to download the physical file? (Am I not storing the file for download properly?)

    Hello jtenny,
    Welcome to the Discussions.
    I had a similar problem with Safari opening .pdf files. It went away when I went into the following folder: Your Home Folder/Library/Internet Plug-ins, and dragged out any files that looked as if they might make a difference, just one at a time, onto the Desktop. (N.B. I did not Trash them; and if removal made no difference, I replaced the file into the Plug-ins folder.) You will have to restart Safari on each occasion; and on a couple of occasions I found that re-setting Safari (Safari Menu) was necessary to give the application a start-from-scratch with each download attempt.
    That's a somewhat makeshift way of approaching it; but provided you don't trash the plugins, and provided you restore those that make no difference, it can't do any harm -- within my experience anyway.
    All good wishes from Ireland
    Martin
    If you found that this contribution helped to answer your question, please consider awarding some points. Why reward points?
    Powerbook 15-inch G4 1GHz   Mac OS X (10.4.8)   Several veterans that go on and on. 40gig, 3rd generation iPod

  • Dynamic File Name and Directory File Sender Adapter

    Hello gurus,
    I have a question: Is there any way to make the File Name, and Directory Dynamic of a File Sender Communication Channel ?
    For example, taking it as a parameter from a Web Service Request.. (I mean, the only way with this would be a ccBPM). I don't exactly know if there is a way, I just thought about this.
    Please tell me if someone could make Dynamic these 2 parameters while picking a file.
    Regards,
      Juan

    oops,thought i was replying to the PgP question:)
    I think you should be able to achieve this via adapter module but i m not really sure how exactly it will be done .
    Thanks
    Aamir
    Edited by: Aamir Suhail on Jul 28, 2009 1:42 PM

  • Air and .xls file

    Here is my sample test for opening an xls file in iframe
    My HelloWord.html :
    <html>
    <head>
    <title>Dierbergs Web Applications</title>
    <script language="javascript" type="text/javascript"
    src="AIRAliases.js"></script>
    <script language="javascript">
    function init() {
    window.nativeWindow.addEventListener(air.Event.CLOSING,
    onClosingEvent);
    window.nativeWindow.maximize();
    function onClosingEvent(event) {
    if (!confirm("Exit Dierbergs Web Applications? Any unsaved
    changes will be lost."))
    event.preventDefault();
    </script>
    </head>
    <body onload="init()">
    <frameset rows="100%">
    <!--<frame src="
    http://www.irs.gov/pub/irs-pdf/fw4.pdf">
    -->
    <frame src="
    http://elsa.berkeley.edu/~saez/TabFig2005prel.xls">
    </frameset>
    </body>
    </html>
    My HelloWorld-app.xml:
    <?xml version="1.0" encoding="UTF-8"?>
    <application xmlns="
    http://ns.adobe.com/air/application/1.0">
    <id>examples.html.HelloWorld</id>
    <version>0.1</version>
    <filename>HelloWorld</filename>
    <initialWindow>
    <content>HelloWorld.html</content>
    <visible>true</visible>
    <width>400</width>
    <height>200</height>
    </initialWindow>
    </application>
    When I run my HelloWorld application it gives me a blank
    page.. but I uncomment the pdf file then it opens fine...
    SO HOW CAN WE OPEN AN EXCEL FILE , WORD FILE, CSV FILE. IS
    this a bug or what....

    I found a workaround for this :
    <html>
    <head>
    <title>Dierbergs Web Applications</title>
    <script language="javascript" type="text/javascript"
    src="AIRAliases.js"></script>
    <script language="javascript">
    function init() {
    window.nativeWindow.addEventListener(air.Event.CLOSING,
    onClosingEvent);
    window.nativeWindow.maximize();
    var url = "
    http://elsa.berkeley.edu/~saez/TabFig2005prel.xls";
    var urlReq = new air.URLRequest(url);
    air.navigateToURL(urlReq);
    function onClosingEvent(event) {
    if (!confirm("Exit Dierbergs Web Applications? Any unsaved
    changes will be lost."))
    event.preventDefault();
    </script>
    </head>
    <body onload="init()">
    </body>
    </html>
    Basically : var url = "
    http://elsa.berkeley.edu/~saezTabFig2005prel.xls";
    var urlReq = new air.URLRequest(url);
    air.navigateToURL(urlReq);

  • Opening .doc and .xls files

    AW 6.2.9
    Have been able to open most .doc and .xls attachments up till now.
    Had trouble and now can't (.doc files will open in textEdit). Reloaded AW but all that happens is that when I click on the open button the list of files disappears. I am not even told that it cannot open the file.
    iMac4,1 Intel Core Duo   Mac OS X (10.4.8)  

    My guess as to why you have been able to open these until recently is that the files you received were not saved with updated versions of Word & Excel. Until earlier this year I was able to open both PC & Mac versions with AppleWorks. PC versions were the first to not open but if I re-saved them with Office: Mac I could open them. Then, after a couple of Office: Mac updates, I can no longer open them. NeoOffice is a reasonable alternative.

  • How do you import CSV, tab, and OFX files into multiple Numbers columns

    This Apple function from Numbers '08 Help "Importing a Document" does not seem to work:
    "You can create a new Numbers spreadsheet by importing a document created in Microsoft Excel or AppleWorks 6. Numbers can also import files in comma-separated value (CSV) format, tab-delimited format, and Open Financial Exchange (OFX) format."
    No amount of experimenting with Import, Export, Save As, Paste and Match Style, or using other applications will enable importing CSV, tab, or OFX files into multiple Numbers columns. Instead, all data is imported into a single Numbers column, which then has to be manually and tediously parsed one data element at a time into columns, one row, and one column at a time.

    Jerrold Green1 wrote:
    Joe,
    They all have worked here. I'm not presently able to try in Numbers 08, but I know I've done them all.
    Just double-clicking a .csv file will open Numbers and display the data in a table. Dragging a .csv file to your Numbers icon on the Dock will open it as a Numbers table. Dragging it to a Sheet in an open Numbers document will make a new table in an existing document, and dragging to a table will insert the csv file into the table you dropped it into.
    CAUTION
    With Numbers '08, CSV files must use the comma as delimiter on every setting of decimal separator.
    Numbers '09 behave differently.
    With your tab-delimited file open in a word processor, copy it, then paste it into a table in an open Numbers document. When doing this, select a cell in the table, but don't double-click into the text field of the cell, then paste.
    Why use this long road when we may import directly Tab Separated Values file (tsv.txt) with Numbers '08 (or '09) ?
    Yvan KOENIG (VALLAURIS, France) jeudi 2 décembre 2010 21:05:36

  • Downloading ppt and xls files

    I am a new mac user and absolutely LOVE it. However, as I am learning i am having a problem with downloads sent to me in emails. I have a Mac OS X Version 10.5.6. The files will download and I can even go to my Finder and see the file, but I am not able to open it or print it. What can I do to view these files?
    Thanks

    Get http://www.neooffice.org/
    It will open these files.
    XLS is Microsoft Excel
    PPT is Microsoft Powerpoint
    NeoOffice is an open source alternative to Microsoft Office that works quite well.

  • DI and XLS Files A No-Go

    Post Author: bryker
    CA Forum: Data Integration
    We consistenly get errors using DI XIR2 to try to import data from an Excel spreadsheet.  This HAS worked, but recently as "quit working".  Gotta love that.
    Anyone else have any problems like this?  This error just does not exist on the web, nor on this site (that I've been able to find).
    Thanks to anyone who might know anything about this.
    Could not access Excel file <//localserver/localdir/localfile.xls>
    OLE or COM processing error: <Unspecified error>

    Post Author: bhofmans
    CA Forum: Data Integration
    Could you add some more details ? This looks more like a file access or permissions error and might not be related to Excel in particular.
    - which exact DI version are you using ? (11.7.x ?)
    - which OS is the jobserver running on ? (Windows ?)
    - can you access a regular .txt file in the same location via the jobserver (to exclude permission issues)
    - when exactly do you get the error ? (in Designer when creating the format or when executing the job)
    Probably the best way to get a quick resolution is to open a support ticket for this...

  • Can not open doc,docx, and Xls files, on server 2008, office 2010,

    on small Business 2008 server, there is office 2010,
    open doc, docx file  i got file conversion massage,
    so i cannot open any Word and Excel file

    Could you open those Office file on another machine? If no, repair you source file first.
    Do you install any other application in this SBS 2008 server, like it also is a DC role?
    Repair/reinstall Office from Control panel to check the result as well.
    Tony Chen
    TechNet Community Support

  • Hyperlinks to XLS, DOC, and PDF files that are included in a .chm file work intermittently.

    SUMMARY
    Hyperlinks to XLS, DOC, and PDF files that are included in a
    .chm file (and the Baggage Files) only work intermittently. The
    only solution appears to be deleting the Temporary Internet Files.
    PROBLEM
    1. I place the XLS, DOC, or PDF file in the Windows
    sub-directory that corresponds to the RoboHelp project sub-folder
    where the topic in which I’ll place the hyperlink exists.
    2. I open the help project in RoboHelp HTML.
    3. I right-click on the project’s Baggage Files
    sub-folder that corresponds to the Windows sub-directory in which I
    placed the XLS, DOC, or PDF file (in step 1).
    4. I import the XLS, DOC, or PDF file.
    5. I open the topic in which I’m going to place the
    hyperlink in the WYSIWYG editor.
    6. I “drag and drop” the Baggage File into the
    topic (in the WYSIWYG editor) to create a link to it.
    7. I save the changes and then generate HTML (.chm) help.
    8. I open the .chm file and click the hyperlink. The XLS,
    DOC, or PDF file may or may not open.
    9. When the hyperlink works correctly, for DOC and XLS files,
    a “File Download – Security Warning” dialog box
    appears asking, “Do you want to open or save this
    file?”. The buttons that are available are
    “Open”, “Save”, and “Cancel”.
    These buttons work then as one would expect. (When the hyperlink
    works correctly for a PDF file, it simply opens the PDF file in a
    new window; there’s no prompt to save, open, or cancel.)
    10. When a hyperlink does NOT work, for DOC, XLS, and PDF
    files, no dialog box or other visual message is displayed. Instead,
    the sound that is associated with the “Exclamation”
    program event is played (the “Windows XP
    Exclamation.wav” file is the WinXP default).
    Other Notes:
    - The hyperlinks ALWAYS work when I view a topic using the
    “View Selected Item” function (Ctrl+W) in the RoboHelp
    HTML project.
    - Once a hyperlink stops working, it will not start working
    again until I delete all the Temporary Internet Files.
    - A hyperlink will stop working even if Internet Explorer
    (iexplore.exe) is closed the entire time.
    WORKAROUND
    Through trial and error, I have discovered that if a
    hyperlink stops working, I can get it to work again using the
    following steps:
    1. Leave the .chm file open.
    2. Open Internet Explorer.
    3. Click Tools>Internet Options….
    4. From the “Internet Options” dialog box, select
    the “General” tab.
    5. Under the “Temporary Internet Files” section,
    click the “Delete Files…” button.
    6. From the “Delete Files” dialog box, select
    “Delete all offline content” and then click
    “OK”. The files are deleted and the “Delete
    Files” dialog box closes.
    7. Click “OK” to close the “Internet
    Options” dialog box.
    8. Without closing Internet Explorer and without re-starting
    the .chm file, all the hyperlinks that didn’t work before
    will now work.
    GENERAL SYSTEM INFORMATION
    - Windows XP Pro, SP2
    - Internet Explorer 6.0.2900.2180
    - RoboHelp X5, 5.0.2 Build 801
    - HTML (.chm) help project files exist on my local machine
    - HTML (.chm) help file is run from my local machine
    - Project is under RoboSource version control
    TEMPORARY INTERNET SETTINGS
    - “Check for newer versions of stored pages” is
    set to “Automatically”
    - “Current location” for the Temporary Internet
    files folder is set to “C:\Documents and Settings\My
    Username\Local Settings\Temporary Internet Files\”
    - “Amount of disk space to use” is set to
    “594” MB
    “View Files…”
    - An XLS or DOC file will be listed here if I click its
    hyperlink and then click either “Open” or
    “Save” from the “File Download – Security
    Warning” dialog box.
    - A file will appear here even if I click “Save”
    and then click “Cancel” from the subsequent “Save
    As” dialog box.
    - If I click “Cancel” from the “File
    Download – Security Warning” dialog box, the file does
    not appear in the Temporary Internet Files folder.
    - When a file does appear in the Temporary Internet Files
    folder, its Internet Address is displayed similar to the following:
    “ms-its:C:\PrimaryProjectFolder\ProjectName.chm::/SubFolderName/FileName.xls”
    “View Objects…”
    Here’s a list of all the program files that appear:
    - “Microsoft Office Template and Media Control”
    (Last Accessed 12/13/06) (Version 12,0,6024,0)
    - “Shockwave ActiveX Control” (Last Accessed
    12/14/06) (Version 10,1,4,20)
    - “Shockwave Flash Object” (Last Accessed
    12/18/06) (Version 9,0,28,0)
    - “Windows Genuine Advantage Validation Tool”
    (Last Accessed 12/14/06) (Version 1,5,722,0)
    - “WUWebControl Class” (Last Accessed 12/13/06)
    (Version 5,8,0,2469)
    Today is 12/18/06 so the only program file that is listed as
    having been “Last Accessed” today is the
    “Shockwave Flash Object”.
    REQUEST FOR HELP
    I really want to include certain PDF, DOC, and XLS files in
    their native format in a .chm file. However, I need a better
    solution to my problem than the one I discovered. What I really
    want is to avoid the entire problem altogether.
    Have anyone seen this before or have any suggestions?

    You wont be able to do that. The embedded objects would appear as images only.

  • Reading DBF & XLS files from ODI-AIX

    Hi all
    I need to read DBF (Foxpro) and XLS files from ODI 10.1.3.5 for AIX 6.x
    Anyone knows what drivers we need to install or any other kind of method to read them?
    Thanks in advance
    Ernest !

    Ernest,
    To load DBF on AIX, you will need to use a DBF Foxpro jdbc driver. One of the drivers can be purchased from http://www.csv-jdbc.com/stels_dbf_jdbc.htm
    or
    http://www.hxtt.com/dbf.html
    Copy the driver in the $ODI_HOME/oracledi/drivers directory and restart the agent if you have any.
    Then you need to configure a Dbase physical dataserver + physical schema with the following JDBC URL
    jdbc:jstels:dbf:/yourserverpath/dir_containing_dbf_files
    Obviously, you will also need to define the corresponding logical schema
    And after you define a model based on the logical schema, you will define the datastore. The "resource name" will contain name of the dbf file without the .dbf.
    For XLS, you can try the drivers from the listed above.
    HTH

  • How convert pdf,xls file format into swf

    Hi friends
                   i am making a tool for wducation site and there i need to convert doc xls and pdf file in swf in runtime and show that in container with cropping and panning functionality.so i do it for doc file format but having no idea how to convert .pdf file format and .xls file format into swf.So please guide me how to do it.
    Thanks And Regards
        Vineet Osho

    QuickTime cannot do this of iteslf: you need to add Flip4Mac:
    http://www.telestream.net/flip4mac-wmv/overview.htm

Maybe you are looking for

  • How can I get a file path element in XML to work in AI javascript?

    Hi all - this is my first post. I'm pretty familiar with javascript, but I'm new to the Adobe scripting environment. Our client wants Illustrator at startup to load a certain pattern swatch. It works fine when I hard code the pattern file path, but i

  • Sliding Panel Content Not Hidden

    Hi All. This is my first post so apologies if I do something wrong. I'm setting up sliding panels to work on my site (I've used them before) and this time I can't get the panels that aren't displayed to hide. The panels slide, but all panels are visa

  • Finding which model mac you have

    I am fairly new to macs but I have worked in retail sales for about nine years. Why is Apple so cryptic about which model mac you have. We us Mactracker, but that is still not the easiest. The customer has to remember when he bought it, what it looks

  • ADS SOAP Exception Error

    Suddenly the ADS stopped working after near to a month period. When trying to execute the program FP_PDF_TEST_00 , i am getting the following error SOAP runtime exception: CSoapExceptionTransport : (100101). As per the this discussion in the thread a

  • Latest outlook connector

    I have installed the latest oracle connector (9042) one a standard Windows 2000sp4/Outlook 2003(no other office installs) install. The machine has nothing else installed. I open outlook and my inbox contains only calendar schedual things plus the "we