Need help in CSV output.

Hi all,
We have a requirement to produce a csv output file. we have created RTF template since we have dynamic column requirement. Now when i export in CSV format a blank file is generated in text format. When i tried to view in excel the output looks fine.
Instead of saving in xls format, when i tried to save in csv, junk values get saved.
Any pointers regarding the issue will be helpful.
Regards,
Vinoth.

You might have created RTF template.
if you need a csv/Flat-file you have to create E-text template for this.
On what is e-text and how to create, refer
http://download.oracle.com/docs/cd/E12844_01/doc/bip.1013/e12187/T421739T481436.htm

Similar Messages

  • Need Help regarding text Output

    Dear gurus.
    I need help regarding formatting of a text.
    I want to format a employee sub group text.
    im getting a text workers (7) from a table t503t having field ptext.
    i want to show only (7) in the output not the whole text how can i do this ?
    Please help
    regards
    Saad.Nisar

    DATA: BEGIN OF itab_odoe OCCURS 0,
      department_text LIKE t527x-orgtx,"Holds the short text for department
      department_no LIKE pernr-orgeh,
      pernr LIKE pernr-pernr,
      ename LIKE pernr-ename,
      grade like t503t-ptext,   "THIS AREA GET ME TEXT OF EMPLOYEE SUBGROUP"
    *  department_text LIKE t527x-orgtx,"Holds the short text for department
      current_year LIKE sy-datum,
      wt0001 LIKE q0008-betrg,"Basic Pay
      wt1101 LIKE q0008-betrg," COLA
      wt3002 LIKE p0015-betrg,"Overtime
      per_basic type p DECIMALS 2,"Overtime percentage on basic
      per_basic_sum type p decimals 2,"Overtime Sum Division
      overtime_sum LIKE p0015-betrg,"holds sum of overtime
      basic_sum like q0008-betrg,"holds sum of basic
    END OF itab_odoe.
    Im using the select statement to get the employee subgroup from the table
    select single ptext
        from t503t
        into itab_odoe-grade
        where persk eq pernr-persk
        AND SPRSL eq 'EN'.
    now in itab_odoe-grade the values comes is Workers (7) , Snr Mgt (M3)
    i want to show only the text in Brackets.

  • Need Help for -  JTextField outputs

    Hello everyone im back =P
    Just finished a code...and now i'd like to print the output using the JTextField , but it seems im having some problems :) ....don't know how to print the String.
    for JOptionPane its easy , we use JOptionPane.showMessag....etc
    we have also System.out...but i want to print this string with the JTextField, does anyone can help with that? thnks
                double m = complexo.module(r,i);
                double a = complexo.angle(r,i);
         String text = "Module: "+ Double.toString(m) + "\nAngle: " + Double.toString(a); 
    // I want to print  that String -> text
         JTextField  output = new JTextField(100);
         JPanel p = new JPanel();
         p.add(output);
         output.setText(text);
         output.setEditable(false);
    /** Is that ok ? do i have to use the JPanel or the JFrame ?  , well i just 
    *   want to print  that string  (text)  using the JTextField */ thnks

    In the future, Swing related questions should be posted in the Swing forum.
    and now i'd like to print the output using the JTextFieldLets get some terminoligy correct first. "Print" means you want to send the text to a printer so it can be printed on paper. I don't think thats what you want to do.
    You want to display the text on your monitor using a GUI. In that case you need to create a GUI container that contains a JTextField that will display the text.
    Start by read the Swing tutorial on [url http://java.sun.com/docs/books/tutorial/uiswing/components/toplevel.html]How to Use Top Level Containers. The tutorial also has a section on using text components which shows you how to use a text field.

  • NEED HELP!!  outputs mono and stereo

    Im new to Logic but not pro audio. I have a Motu 896hd and It has 22 outputs. Logic will not show a selection for individual outputs in mono. Just Stereo Pairs 1-2 3-4 etc to 21- 22. I need to see all the Channels to route properly to outboard gear Please help. Looked in Manual Doesnt say much about output assignments

    [..] for individual outputs in mono. Just
    Stereo Pairs 1-2 3-4 etc to 21- 22. I need
    to
    see all the Channels to route properly [..]
    AFAIK you can't do that for the output, only for the
    input (try switching a channel in the environment to
    mono).
    But if you're just working with outboard gear, you
    might want to have a look at the I/O plugin under
    "Logic -> Helper". Using this plugin is more
    Logic-like than wasting the input or output tab for
    insert routing.
    HTH Daniel
    G5   Mac OS X
    (10.4.6)  
    Thanks Guy A real life saver....
    I use an external mixer 32 channel and need to route audio indiviually was a real downer when I got nothing but Stereo tracks.

  • Need help to get output in XML

    Hi all
    I am a PL/SQL programmer and have no idea about XML :-(
    I am using ORACLE 10g and my application generates atleast 100 text files a day for customers. These files are manipulated using Utl_File package and gets data from the DB.These files are tab or comma delimeted. Now company wants to give an option to customers to get the same output in XML format. My understanding is that I need to get information from customers first to make the report template for them and then use some XML parser to get data from DB and give an output using that customer's specific template.
    I wanna know, if there is any whitepaper or manual that can guide me step by step. I just need to make an idea how the things can go togather and the sequence of operation.
    Rashid

    Hi all
    I am a PL/SQL programmer and have no idea about XML :-(
    I am using ORACLE 10g and my application generates atleast 100 text files a day for customers. These files are manipulated using Utl_File package and gets data from the DB.These files are tab or comma delimeted. Now company wants to give an option to customers to get the same output in XML format. My understanding is that I need to get information from customers first to make the report template for them and then use some XML parser to get data from DB and give an output using that customer's specific template.
    I wanna know, if there is any whitepaper or manual that can guide me step by step. I just need to make an idea how the things can go togather and the sequence of operation.
    Rashid

  • Need help with CSV to JDBC scenario

    Hi experts,
    We have a CSV file with data which has to be inserted into a SQL server database.
    The sender data type is:
    snd_dt  complex type
    row element 0..unbounded
    name element  xsd:string 0..1
    date element xsd:string 0...1
    ratio element xsd:string 0...1
    The receiver data type is :
    rcv_dt complex type
    STATEMENT element
    ROW element
    action Attribute
    TABLE element
    access element  0...unbounded
    name element xsd:string 0...1
    date element xsd:string 0...1
    ratio element xsd:string 0...1
    Now I did the mapping and also did the steps in ID.
    In the database, for the table in the SQL server, the datatype for name is "char(3)", for date is "date" and for ratio is "decimal(9,2)"
    When I run the scenario, this gives me an error saying:
    MP: Exception caught with cause com.sap.aii.af.ra.ms.api.RecoverableException: Error processing request in sax parser: Error when executing statement for table/stored proc. 'NAME' (structure 'STATEMENT'): com.microsoft.sqlserver.jdbc.SQLServerException: Incorrect syntax near ')'.
    I am doing a direct "INSERT" action into the table.
    How do I resolve this error?
    ANy help mwould be greatly appreciated.

    This is the exact error I am running into.
    SQL log statement:
    INSERT INTO  NAME() VALUES ()
    Error:
    Unable to execute statement for table or stored procedure. 'NAME' (Structure 'STATEMENT') due to com.microsoft.sqlserver.jdbc.SQLServerException: Incorrect syntax near ')'.
    When I put this SQL statement in SQL server, there are field names inside the parantheses of VALUES. Is this the reason why there is error??
    Also, the receiver pay load looks like this:
      <?xml version="1.0" encoding="UTF-8" ?>
    - <ns0:MT_NAME_TABLE xmlns:ns0="http://jdbc2jdbc">
    - <STATEMENT>
    - <ROW action="INSERT">
      <TABLE>NAME</TABLE>
      <access />
      <access />
      <access />
    </ROW>
      </STATEMENT>
      </ns0:MT_NAME_TABLE>
    Regards.

  • Needing help organizing JOptionPane outputs

    Evening all,
    I'm trying to have a few variables whose info I get from JOptionPane such as Id, Name, Address etc.. to print out in a finished JOptionPane. The program I have so far prints it out nice and neat in the cmd window, but I havent had to make it printout in a JOptionPane window all nice and neat.
    Would anyone be able to supply a small portion of code for this?
    I would need it to print out like so
    (title of the window is College of Java)
    Id:
    Name
    Address
    Major
    Status
    Gpa
    Many Thanks to all who help :)

    String message = "Id:\nName\nAddress\nMajor...";
    JOptionPane op = new JOptionPane();
    op.showMessageDialog(this, message, "High Scores", JOptionPane.PLAIN_MESSAGE);Like that?

  • Need help with video output

    Have a Panasonic vt50 and Skype app was downloaded. When I try to connect with contacts, they can see me but I can't see them.
    help!

    You have MacKeeper on your system which is total garbage software.
    GET RID OF IT!!
    http://applehelpwriter.com/2011/09/21/how-to-uninstall-mackeeper-malware/
    Delete/uninstall all Seagate and WD software. It is not needed by OS X and can cause variety of issues.
    Also, if you are still using an old RIM Blackberry cell phone, be advised that the supporting RIM Blackberry software has not been updated in many years and will never be updated for any of the newer versions of OS X.
    If you no longer use a Blackberry cell phone or you don't really use the installed Blackberry support software any longer, completely uninstall this software, too!
    http://btsc.webapps.blackberry.com/btsc/viewdocument.do?noCount=true&externalId= KB18771&sliceId=1&cmd=displayKC&dialogID=1693797&docType=kc&isLoadPublishedVer=& stateId=1693905&docTypeID=DT_SUPPORTISSUE_1_1&ViewedDocsListHelper=com.kanisa.ap ps.common.BaseViewedDocsListHelperImpl
    Make sure you updated all of your installed software and updated all connected third party device software and drivers.
    Make sure you updated all of the various web browser plugins you that have installed within your web browser.
    Your Mac could benefit from purchasing and installing more RAM.
    Correct, compatible and reliable Mac RAM can ONLY be purchased from online RAM sources Crucial memory or OWC (macsales.com).

  • Need help with XML output formatting

    Please see:
    http://forums.adobe.com/thread/852920?tstart=0
    Didn't want to cross post. Thanks!

    Are you going to use this HD exclusively on Mac? If so, you may copy the data to another place (I have no idea how much data we're talking about here), then reformat the disk for better Mac compatibility.
    If you're going to need to access if from Windows machine too, or for some unknown reason you want to keep it formatted NTFS, you can use something like this so Mac will be able to write to it:
    http://macntfs-3g.blogspot.com/2010/10/ntfs-3g-for-mac-os-x-2010102.html

  • SQL Server 2008 R2 - need help in interpreting output of statistics time on

    Hi,
    Could you please help me to understand how to interpres CPU and Elapsed time
    I ran a query that took  1h 23 min 52 sec to complete.
    My statistics time result hows the following:
    CPU time = 17407152 ms, elapsed time = 5018172 ms.
    Both well exceed 1h 23 min 52 sec if I consider ms to be milliseconds.
    Could you please help me to understand why such mismatch?
    Does ms actually mean milliseconds?
    Thanks,
    Andrei
    SSIS question

    Mostly the query is going for parallelism (running on multiple CPU) and that's why CPU time is more.
    5018172 ms
    5018.172 sec 
    83.6362 min
    1.393936667 hours
    1 hr 23 min (matching with wall clock)
    Balmukund Lakhani
    Please mark solved if I've answered your question, vote for it as helpful to help other users find a solution quicker
    This posting is provided "AS IS" with no warranties, and confers no rights.
    My Blog |
    Team Blog | @Twitter
    | Facebook
    Author: SQL Server 2012 AlwaysOn -
    Paperback, Kindle

  • ***NEED HELP WITH .M2V OUTPUT***

    Hi there, I'm urgently trying to get my short film onto DVD to send copies to crew/actors... to eliminate as few questions as possible I'm going to try and give as much background as possible...
    I'm working off of:
    Final Cut Pro 5.1.2
    Compressor 2.3
    The movie was shot on DVX-100B in Widescreen... (23.98 mode) followed the specific details capturing it 29.97, then conformed it in Final Cut after the fact to 23.98, and that went without a single problem... footage looked great!
    Since then, (without going into too much detail) the final edit was outputed onto a Digi Beta at full rez, and then brought into a Flame system, for some minor effects and colour correction. (the pulldown was removed again and the footage was made 23.98 again in Flame because a d-beta tape is 29.97)
    So, after it's all said and done, I'm left with an uncompressed tiff sequence of the film outputed from the flame system (at 720 x 486 letterboxed... 23.98)
    I followed the instructions from the FCP manual to properly put the tiff sequence together (18,271 frames... 45 GB) in QT Pro, and saved that as a QT reference file which I then imported the reference file into FCP.
    Here's where many of my problems started arising...
    I know the footage is widescreen (it's letterboxed at 720 x 486)
    I know the footage is 23.98 progressive...
    Would the pixel aspect ratio be CCR 601 or Square pixels? Because changing it back and forth from one to the other in the FCP sequence setting, I can't tell which one looks more accurate!!!!
    Also, what should the sequence timeline compression be set as? I just assumed that it should either be set to 'Tiff', 'Uncompressed 8 bit' or 'None'...
    When I dropped the tiff sequence (.mov ref file) into the FCP timeline with the 'Tiff' compression, it showed me (by the red line) that it would have to render the entire sequence... same thing happened when I set the compression to 'None'... however, when I set the compression to either '8 bit uncompressed' or '10 bit uncompressed', the first 200 frames or so showed up as not having to be rendered, but then everything else had to be... which I thought was strange...
    So in the end, the timeline settings were set to CCR 601, 720 x 486, 23.98, with the compression settings set to 'None'.
    I then opened Compressor to export the tiff sequence from FCP as an .m2v file. (so I could then drop it into DVDSP)
    Compressor recognized the source as "CCR 601, 720 x 486, 23.98"
    The settings in Compressor I gave for the OUTPUT were as follows:
    23.98
    720 x 480
    CCR 601
    16:9
    two-pass VBR
    Many hours later when it was finally done, I dropped the file in my DVDSP project, and playing it back in the simulator, the picture looked EXTRA squished (horizontally)... (adding extra black on the top and bottom of the frame)
    ...and this was the result I got when I played the dvd back on a 4:3 television.
    I must've gone through every single track option in DVDSP (16:9 pan scan / 16:9 letterbox / 16:9 pan scan + letterbox, and 4:3)
    They all come out with the same result to the picture: squished!
    Here's what I really don't understand... When I dropped the .m2v file in DVDSP, right away it recognized it was a 720 x 480 file... but what I noticed when I actually opened that same .m2v file (that compressor created) in QT, it told me that the dimensions of the .m2v file is ACTUALLY 720 x 404... so of course it's going to looked EXTRA squished no matter what else I do to it.
    So that made me think, maybe I should try to export the tif sequence (from compressor), leaving all of my settings the same, but just changing it from 16:9 to 4:3... now when that was done exporting I opened it up into QT and it showed that the frame dimensions of that file was 640 x 480... so of course loading THAT into DVDSP, I was also getting a warped picture.
    I know I wrote a lot, and I hope someone made it this far... Can someone PLEASE tell me how I can get my 720 x 486 letterboxed movie to play back properly on a DVD!
    Any possible solutions to this will be greatly appreciated!
    Thank you,
    Aaron

    Hello -
    Though your workflow has a few extra steps, handling the aspect ratio can still be simple enough.
    First off, since DVD supports anamorphic 16:9, and players can letterbox on the fly, there is no reason to letterbox your video at any earlier stage of the process. If possible, you should plan to obtain the full-frame anamorphic version of your piece before any final distribution.
    For your pre-letterboxed source, you should be using 4:3 settings for compression and authoring.
    The tiff image sequence will probably not be able to be native to any available sequence presets in FCP. However, unless you are editing it further in FCP, you can drop the sequence file directly into Compressor. Usually I will use FCP anyway simply to place my chapter markers. You can export the image sequence to a QT reference movie that can be native to your sequence settings if you wish, or use this movie as a simple way to get your chapter markers to compressor. If you are dropping the media into FCP first, you should use a 4:3 uncompressed sequence preset.
    If you are seeing a slight distortion in the aspect ratio, this may be due to the extra 6 lines in your uncompressed 720x486 source, compared to the final 720x480 dimensions of your encode. Your compressor preset should be set to crop, rather than scale down to 480. I usually crop 2 top and 4 bottom to avoid any potential field reversal. But in the case of your 23.98p media, this should not be an issue as you should encode at 23.98p to match your source.
    You should ignore any dimensions you see in the QT Player info or settings windows. These will show you the square-pixel-equivalent display dimensions, and not the actual dimensions of your source.
    Hope this all makes sense -
    Max Average

  • Need Help Audio Amplitude Output Controlling Multiple Parameters

    What I am trying to accomplish here is having one audio track effect multiple parameters, obviously all of the parameters would be slightly different so I'm not just making duplicates of one object.
    Anyways, is there a way to use the audio amplitude to effect multiple parameters. I want to only have to analyze the audio one time, and then have that analyzation control multiple things. I've tried a Rig, but that doesn't seem to give me the options I need to configure this.

    First of all, it doesn't "hurt" anything to have mulitple audio behaviors added to parameters. It doesn't duplicate the audio in any way. What IS the PITA, is you really have to wait for the audio behaviors to "process" (all the way to 100%) because if they're interupted, they'll often NOT finish creating the keyframes all the way to the end of the project.
    You can easily add Link Behaviors to anything that is already under audio pararmeter control. You can chain them indefinitely.
    However, one good example that might be coincidentally convenient is to create a Number Generator, turn off Animate and link the audio to the Value. Make sure, in the audio behavior to set the Scale value to the maximum value you will need (default is 1 and number values from 0 to 1 are not terribly useful for most things in Motion.)  You can subsequently link other parameters to the Number's Value (Object.Numbers.Value from the Source Parameter dropdown in the Link Behavior). You can use the Value offset and Scale parameters in the link behavior to "shape" the behavior for each subsequent parameter under control. The sometimes useful side effect is that you have a visual number to monitor (you can set its opacity to 0 to hide it for the final project appearance.)
    For the image below, I created two Number generators and linked the same audio file to each, setting the left number value to the Left Channel of the audio and the right number value to the Right Channel of the audio. I created a small rectangle and created two Replicators off of it (Shape: Rectangle/Tile Fill/Columns 1/Rows 15/ Origin Bottlom). I used Color Over Pattern to color the "audio meter" effect and a Sequence Replicator with an Opacity parameter, Sequencing To, Traversal Custom and to the Location parameter, I linked each back to the corresponding Number Value (Scaled to 100 for percent in the Audio behaviors). The Link behavior to each Location has the Value Offset set to -100 [location works from -100% to 0%].
    You could link any number of parameters to the Number Values, and not have the audio parameters re-analyze all the time.

  • HELP about analog output video

    Hello, I´m need help about analog output video in Premiere CS5 using Matrox RTX2. I need to crop a video with resolution in 1440x1080 to 4:3 in output analog. But what happens is wrong (I think). My video is in format anamorphic and the other option is 16:9 letterbox. Is there any way to crop the video without using effects. Thanks a Lot and sorry my bad english (my native language is Portuguese).

    There are no 4:3 HD specifications.  You'll have to put the video into a normal SD sequence, and scale it down till the top and bottom of the video meet the frame.  That way the sides will be cut off.

  • Get-Mailbox PS command import/export csv - need help

    Greetings,
    I know this should be simple but I'm having trouble.  I have about 500 users that have left the company and I want to verify their Exchange 2010 mailbox have been disabled.  If I just run the basic command "Get-Mailbox -identity alias"
    I see all I need to see.  The Name, Alias, and ServerName (that their mailbox is on).  If I check someone whose mailbox has been disabled I get "object could not be found."  Perfect, then I know their mailbox no longer exists. 
    In trying to import a csv file of the 500 users - and export it I'm having trouble. There are a few posts on these forums for similar issues but none are working or the conditions are different.  I'm not too good and PS scripting so I am hoping someone
    can assist.  I pieced this together.
    import-csv C:\temp\DisabledMBs.csv | get-mailbox >c:\temp\DisabledMBsOutput.csv
    The csv output file is blank.  The PS screen outputs this error for each user.
    The input object cannot be bound to any parameters for the command either because the command does not take pipeline input or the input and its properties do not match any of the parameters that take pipeline input.
        + CategoryInfo          : InvalidArgument: (@{Name=Heaton; ...er Logon Name=}:PSObject) [Get-Mailbox], ParameterBindingException
        + FullyQualifiedErrorId : InputObjectNotBound,Get-Mailbox
    I guess I'm missing something here but stuck.  Any help is greatly appreciated!
    thank you!

    If you use a CSV for input, you need to tell the Get-Mailbox command what field is the identifier.  So if you have an alias field in your CSV, you would run your command as follows:
    import-csv C:\temp\DisabledMBs.csv | % { get-mailbox $_.Alias } | Export-Csv c:\temp\DisabledMBsOutput.csv -NoTypeInformation
    BTW, you'll notice that I've also piped your output to the Export-Csv command.  If you just pipe the output of Get-Mailbox to a file with a CSV suffix, you don't get a CSV - you get a text file with only one field named "Name                     
    Alias                ServerName       ProhibitSendQuota" (note, not "Name", "Alias", "ServerName", and "ProhibitSendQuota"
    separately).

  • Need help adobe bridge cc output module

    I need help. I have an assignment I'm held up on completing because the adobe cc bridge does not have the output modue I need. I followed the adobe instructions page to the letter. I copied and pasted the output module folder to the adobe bridge cc extensions folder in programs/commonfiles/adobe. The only thing is the instructions then say to paste the workspace file into the workspace folder located below the bridge extensions folder. I don't have a workspaces folder there or anywhere. I even tried must making one and adding the file to it, but no go. can someone PLEASE help me with this?    I have an assignment due like now that requires the use of the output modue.thanks!

    oh,my system is windows 8.1. sorry, lol.

Maybe you are looking for

  • Icon Resizing, How do I set a default size across all windows?

    Anyone know how to set the default icon size? I can resize them in each window, but I want to resize all of them across all windows. They are all so small now and I want to make all finder windows show the bigger size. Thank you.

  • Using Images for each button

    I am trying to create a spry menu that has 5 buttons and each button will have 3 different images for each state (something like this http://jjcstudios.com/woof_wallet/ ) I was going to use the insert > navigation bar but I read that this method crea

  • Mac OS Error....Result Code= -18775

    Hi, Can someone please tell me what this means and how to fix it? When I attempte to burn a movie, during the multiplexing, the error message "Mac OS Error Result Code=-18775" appears. I am using Toast 8 Titanium and my burner is the Lacie d2 DVD RW

  • BOM Data upload

    Hi,   We plan to create new fields in the BOM header through INCLUDE structure CI_STKO and do a data upload into these fields through LSMW. However, the issue is that CI_STKO structure is not included in the BI structure BICSK used in LSMW, hence the

  • As a web developer, where can I find old versions (3.0.x) of Firefox?

    I need to find older versions of Firefox for testing purposes. In particular, version 3.0.5.