transform file to plain text to multiple XML files

This is my requirement
1. choose a text to a ftp location.
2. the format of the example in the text file is
John | DOE | 30
Ryan | Adams | 50
Brian | White | 30

In the example, the file has 3 disks. I need to transform each record in 1 xml file. So the example will create 3 xml file.

Step 1.
I'll create a proxy service to choose the text file of the ftp folder.

Step 2.
How do I loop through the file and for each record call another service proxy or business with one record at a time. ???

Step 3.
I create a map to transform the record in an xml text and save it in a text via the company file.

Help appreciated.
Kind regards.

Published by: 811245 on November 14, 2010 23:10

Please see-

Oracle Service Bus (OSB) - read the contents of a file line by line

Kind regards
Anuj

Tags: Fusion Middleware

Similar Questions

  • 'Documents' folder (plain text) Foxpro. PRG files and cannot search for find in files

    I have 64 bit Win7 Pro.

    I have a C:\Users\Owner\Documents\PRG folder with a number of Foxpro. PRG (plain text) files.  I can't get Windows Search to search for files.  For example, several files have the command "TO PAINT" in them.  If I bring up an Explorer window and use PAINT, I just get 3 file names that have PAINT in them without a content search.  I've read other suggestions to use ' content: 'paint' ' but that no results me at all.  I tried another suggestion: a window withCMD searchFile-name: "*." ' * ' - content: "painting" and got an error that says'searchFile' is not recognized as internal or external, command an executable program or batch file.

    I have to install a UNIX client to get a search utility that can find things I need?  At this point, I'll take something that actually works.

    If you type a Search in the research area, scroll down to change the way Windows search. The first page allows you to change the folders that are included in the search.  Under the buttonAdvanced -> File Types , you can select which extensions are included in the search.  You can also add a new extension if it is not listed.

    See you soon,.

    Barbara

  • How to clear the contents in plain text file?

    Can someone tell me how to remove all of the content in the plain text file!

    Send samples if you have for reference

    Use the FileConnection.delete method and the FileConnection.create method to remove and create a file.

  • Is possible to write the INSERT statement that fills two columns: 'word' and 'sense' of the file text with multiple lines - in each line is followed word that is the meaning?

    Is possible to write the INSERT statement that fills two columns: 'word' and 'sense' of the file text with multiple lines - in each line is followed word that is the meaning?

    Hello

    2796614 wrote:

    Is possible to write the INSERT statement that fills two columns: 'word' and 'sense' of the file text with multiple lines - in each line is followed word that is the meaning?

    Of course, it is possible.  According to what the text file looks like to, you can create an external table that treats the text file as if it were a table.  Otherwise, you can always read the file in PL/SQL, using the utl_file package and INSERT of PL/SQL commands.

    You have problems whatever you wantt?  If so, your zip code and explain what the problem is.

    Whenever you have any questions, please post a small example of data (CREATE TABLE and only relevant columns, INSERT statements) for all of the tables involved and the exact results you want from these data, so that people who want to help you can recreate the problem and test their ideas.  In this case, also post a small sample of the text involved file.

    If you ask about a DML operation, such as INSERT, then INSERT statements, you post should show what looks like the tables before the DML, and the results will be the content of the table changed after the DML.

    Explain, using specific examples, how you get these results from these data.

    Always say what version of Oracle you are using (for example, 11.2.0.2.0).

    See the FAQ forum: Re: 2. How can I ask a question on the forums?

  • plain text files load from an external file

    I created a text file from an external load file. I am facing a problem is that the text does not load unless someone click on the button. I'd like the text is displayed as soon as someone enters the page.

    Here is the link to the website http://hitenkajal.co.uk/our_story.html

    Username: hitenkajal.co.uk

    password: sairam11

    and my screen below codes:

    Plain text files load from an external file

    var textLoader:URLLoader;
    function loadStory(evt:MouseEvent):void
    {

    textLoader = new URLLoader();

    textLoader.addEventListener (Event.COMPLETE, textLoaded);

    textLoader.load (new URLRequest ("MobyDick.txt assets/Franck"));
    trace ("hit_btn");
    }

    hit_btn.addEventListener (MouseEvent.CLICK, loadStory);


    function loadHowwemet(evt:MouseEvent):void
    {

    textLoader = new URLLoader();

    textLoader.addEventListener (Event.COMPLETE, textLoaded);

    textLoader.load (new URLRequest ("assets/pencil kajal MobyDick.txt"));
    trace ("kaj_btn");
    }

    kaj_btn.addEventListener (MouseEvent.CLICK, loadHowwemet);

    function loadProposal(evt:MouseEvent):void
    {

    textLoader = new URLLoader();

    textLoader.addEventListener (Event.COMPLETE, textLoaded);

    textLoader.load (new URLRequest("assets/proposal.txt"));
    trace ("pro_btn");
    }
    pro_btn.addEventListener (MouseEvent.CLICK, loadProposal);

    function textLoaded(evt:Event):void
    {

    Container.info_txt.text = textLoader.data;

    }

    Creation of a ScrollBar to a text field
    var dragRect:Rectangle = new Rectangle(drag.x,drag.y,0,bar.height-drag.height);
    drag.addEventListener (MouseEvent.MOUSE_DOWN, dragMouseDown);


    function dragMouseDown(evt:MouseEvent):void
    {
    drag.startDrag (false, dragRect);
    stage.addEventListener (MouseEvent.MOUSE_UP, dragMouseUp);
    addEventListener (Event.ENTER_FRAME, scrolling).
    }

    function dragMouseUp(evt:MouseEvent):void
    {
    drag.stopDrag ();
    stage.removeEventListener (MouseEvent.MOUSE_UP, dragMouseUp);
    removeEventListener (Event.ENTER_FRAME, scrolling).
    }

    function scrollText(evt:Event):void
    {
    var percentScrolled:Number = (drag.y - bar.y)/(bar.height-drag.height);
    Container.y = percentScrolled * (bar.height - container.height) + bar.y;
    }

    I do not know what Maury is trying to say, but the code is very well.  1009 error means your code is trying to target something that does not exist for as far as the code sees it.  In your function textLoaded, add the line I show below and see what appears in the output...

    function textLoaded(evt:Event):void
    {
    trace (container, container.info_txt);

    Container.info_txt.text = textLoader.data;
    }

    If the output shows undefined, then you have a problem insofar as the container or the textfield inside it sucks... most likely a naming problem.

  • I can't seem to figure out how to import multiple XML files in Flex

    I can't figure out how to import multiple XML files in Flex and connect it to the DataGrids. Does anyone have ideas how to make this happen?

    <? XML version = "1.0" encoding = "utf-8"? >
    " < = xmlns:fx s:Application ' http://ns.Adobe.com/MXML/2009 "
    xmlns:s = "library://ns.adobe.com/flex/spark".
    xmlns:MX = "library://ns.adobe.com/flex/mx" minWidth = "955" = "600" minHeight >

    < s:creationComplete >
    <! [CDATA]
    loader.addEventListener (Event.COMPLETE, getData);
    loader.load (new URLRequest ("http://www.student.hint.no/~100471/mmt134/images/Reiseregning-Konradi_Kare_2011-01-30.xml"));   

    []] >
    < / s:creationComplete >

    < fx:Declarations >
    <! - Place non-visual elements (e.g., services, items of value) here - >
    < / fx:Declarations >

    < fx:Script >
    <! [CDATA]
    var testData:XML;

    var loader: URLLoader = new URLLoader();

    public void getData(E:Event):void {}
    testData = new XML (E.currentTarget.data);
    grid.dataProvider = testData.descendants ('TravelSpecificationVO');
    }

    []] >
    < / fx:Script >

    < mx:TabNavigator "22.7" = x y = '39.35' width = '536' height = "312" >
    < s:NavigatorContent label = "Tab 1" width = "100%" height = "100%" >
    < mx:DataGrid = "1.3" x = "-2.35" width = "507" height = "269" id = "grid" >
    < mx:columns >
    < mx:DataGridColumn dataField = "to_destinasion" headerText = "Til destinasjon" / >
    < mx:DataGridColumn dataField = "from_date" headerText = "Klokkeslett" / >
    < mx:DataGridColumn dataField = "from_destinasion" headerText = "Fra destinasjon" / >
    < mx:DataGridColumn dataField = "to_date" headerText = "Klokkeslett" / >
    < / mx:columns >
    < / mx:DataGrid >
    < / s:NavigatorContent >
    < s:NavigatorContent label = "hkuhk" width = "100%" height = "100%" >
    < / s:NavigatorContent >
    < / mx:TabNavigator >
    < / s:Application >

    Hope this helps you:

    
    
     
      
     
    
     
      
       
       
       
       
      
     
    
    
    

    Let me know if you need additional information.

    Best regards

    Pablo Souza

  • Using XML in plain text in TextFilter

    I have an application with an XML tag:
    < mx:XML id = "textXML1" >
    Goodbye < root > < c1 > < / c1 > < / root >
    < / mx:XML >

    I then a string variable I set equal to this XML:

    var t:String = textXML1;

    I then put in place a TextFlow by the following line of code:

    textFlow = TextFilter.importToFlow (t, TextFilter.PLAIN_TEXT_FORMAT);

    However, I then do any of the text value in the TextFlow:

    trace ("text of textFlow:" + TextUtil.extractText (textFlow));

    The discharge that results is:

    text from textFlow: < root >

    Goodby < c1 >
    < c1 > bye


    Any ideas?

    I am not able to reproduce the problems of importing XML in plain text. The problem must be in TextUtil.extractText (). I recommend that you pass to the Flex team through their database of bugs.

  • How can I send a PDF file using Adobe Reader IX and have use HTML instead of plain text in Outlook

    Hey guys

    New to the Adobe Forums. So hey... :))

    That's the problem I have


    I use Outlook 2007 to my e-mail client, Adobe Reader XI has been implemented already so that it uses Outlook to send from Adobe

    Whenever I send a new email or respond to an email in Outlook, it uses HTML. It is very good

    However, when I click on Adobe XI e-mail button. It opens a new e-mail message in Outlook with the attachment already fixed, but it does not use the HTML, I have no signature, its plain text all.

    Is there a way I can fix it.

    See you soon

    NATO

    As far as I KNOW, no. Acrobat/Reader will generate emails in plain text.

  • Export the list of the names of orders of FPGA in plain text?

    I'm working on a Labview 2014 project that uses a compactRIO with architecting FPGA device. When I open the Strict 'FPGA - Def Type Reference.ctl' file on Real_Time.lvproj and right-click on "FPGA Refnum" and then select "configure FPGA VI reference...". "I see a list of orders with the name and the type of description (Boolean, U32, I16, Fixed Point etc.)  There are a number of them, about 200 in total, and they do not fit on one screen, I have to scroll a bit small provided not resizable window, and I can't select and copy the names as if they were plain text.

    Is there a way to export this list of control names and types in a file in plain text, for purposes of documentation and external reference?  Or such a created file "behind the scenes" somewhere during the FPGA compilation step, that I can find?

    In case someone else wants to do that, I used the unix tool "xmlstarlet" XML (also available for cygwin) to get the names and the widths of all the bits bitfile FPGA registers.  This gives you two text files, but the order is preserved if you can copy and paste separate columns in Excel and if you (name, bitwidth) aligned pairs.

    xmlstarlet salt t m ' / Bitfile/VI/RegisterList/Register/Name / text () "-c. n FPGA/bitfiles/FPGA.lvbitx > RegisterList.txt

    xmlstarlet salt t m ' / Bitfile/VI/RegisterList/Register/SizeInBits / text () "-c. n FPGA/bitfiles/FPGA.lvbitx > SizeList.txt

  • Sending plain text attachments

    I try to send email from Thunderbird plain text, thanks to my gmail account. I have managed to send messages in text gross, but cannot get the attachments to be sent as plain text. I tried to configure multiple settings in Thunderbird, and so far keep getting rejected my emails with attachments, for not being clear.

    What is used at the receiving end? Any reasonably competent email client should be able to manage the e-mail ordinary encoding. If base64 is not acceptable, then I guess that what you are using does not have the ability to decode it?

  • some messages are distorted and display in plain text, but of different messages!

    It seems that my Inbox file got corrupted. Some State messages were very good days now appear in plain text. The worst is that the content does not match the subject of the message. However, not all messages are affected. What can I do to fix this?

    Thank you!

    PS: I have three separate accounts and only 1 of them has this problem.

    Right-click on the folder of the problem, and then select Properties. Then the Repair folder.

    Be prepared to lose messages if the corruption is too bad.

    Read this article to avoid in the future.
    http://KB.mozillazine.org/Keep_it_working_%28Thunderbird%29

  • Save the configuration to plain text data

    Hi all

    I have a program with a lot of controls (aprox. 35) and their value, that I need to save.

    I looked at the example of writing configuration file but it seems to be a lot of work to save 35 controls (more can be added later)...

    Also, I watched the following page:

    http://decibel.NI.com/content/message/4098#4098

    The reason why I can't use this VI is that I would like to get the values of controls in plain text, so I can use the values in other programs or manually.

    Tried to tinker a bit with an index of array and ungroup by name in order to get the names and the values separately and then convert

    for a channel and record, but I can't get the value converted to a string Variant...

    I know there are a lot of posts on the topic of the config, but I couldn't find one describing an easy way to save all the controls without doing it individually.

    Hope you guys understand my problem and are able to help, just attach the VI of the link why my attempt to solve this problem...

    Thank you

    Concerning

    Tommy

    There is a vi OpenG , who can save and load all the values of F Ctrl in the Variant Config pallet.

    Felix

  • Can you do a wallpaper just plain text?

    I'm doing my office then it just displays plain text. Can someone help me?

    Hi John,.

    You will not be able to use the text as wallpapers, replacing you can write the text in Notepad and take a screen shot (press print screen and then paste it into the start menu-> Run-> mspaint) of the same thing, save it as a *.jpg file. You can then use this file as wallpaper jpg.

    I hope this helps.

  • It is possible to have boring, signatures of plain text in outlook express? I want to create one with colored text and a photo...

    I figured out how to create a signature in outlook express, but it's a boring, plain text signature.  There is a 'file' option in the tab signatures at the bottom, but I don't know what it is for, and there is no heading 'help' for this option.  Looks like I was able to import a file from somewhere else (has a browse button), but I tried and it doesn't work.  I don't know what .txt file is either...  I want to create a signature colored with diverse text and a picture, but I don't think its possible with this e-mail program, or if it is I can't understand how do.

    Hi Schutzhundgirl,

    It is possible to create Rich Text signatures, but it requires a HTML file.
    I recommend you search the Internet for "create the signature outlook express" for more information on creating Rich Text signatures that Microsoft provides no support for the creation of HTML documents.

    Cody C
    Microsoft Answers Support Engineer
    Visit our Microsoft answers feedback Forum and let us know what you think.

  • Conversion HTML to plain text.

    I'm still a beginner but have managed to create a Web site. There are some files I want to download from a site external (I have permission), but does not include how to convert HTML to plain text. The site has an option of plain text, but when I followed the instructions, nothing happens. I tried laptop but can't get anywhere with it. I just downloaded coffeecup but STILL not get the hang of it!

    I contacted Chat Forum on my site, and they said it was a simple exercise to convert HTML to plain text in Notepad.

    It's just that I'm Pier?

    Copy the text from the Web site.  Then open Notepad and paste in the Notepad window and it will be in plain text format.  If you have the HTML with tags, and everything only, and then save that as a htm file and then click above to open it in Internet Explorer and then copy that and then paste it in Notepad.
     
    Otherwise it's not clear to me what you mean.
     
    Steve
     

    I'm still a beginner but have managed to create a Web site. There are some files I want to download from a site external (I have permission), but does not include how to convert HTML to plain text. The site has an option of plain text, but when I followed the instructions, nothing happens. I tried laptop but can't get anywhere with it. I just downloaded coffeecup but STILL not get the hang of it!

    I contacted Chat Forum on my site, and they said it was a simple exercise to convert HTML to plain text in Notepad.

    It's just that I'm Pier?

Maybe you are looking for

  • Satellite L505 - 14K - cannot read Windows key label CoA

    Hello. I have a Satellite L505 - 14K on which I need to reinstall Windows 7 Home Premium, but Windows key on the label is unreadable. Could I get a replacement for it? Also I can not read the HARD drive Windows code because it has been formatted befo

  • How can I DELETE an icon from my home page?

    I touched the CarDock icon and he moved to my opening screen. Now, I can't get rid of it. Tried to touch again, but he just put another one up there! I just got my phone and the instructions are pretty VAGUE so far! So, how to remove an icon from the

  • Collection of data from more than an instrument via the same labVIEW program

    Hello I have a program whereby I collect data on a scale of and save the data in the text file. Now, I need to collect data of three identical scales and save the data. I wonder if it is possible to do so in the same program? I mean how to manage thr

  • How do I resize my image so I can download it

    I can't upload my photo because I think it's too big, but I don't know how to reduce the size of it to fit, can anyone help please

  • Eclipse performance tip

    Increase the allocated JVM memory by editing the eclipse.ini file in the directory where the Eclipse was installed (unzipped) and changing - Xmx256m to-Xmx512m or what you want depending on the amount of memory you have. 512 was good enough for me to