Removing Header

Hello
I am dumping data from csv file to Oracle Database also along with data
i am getting header too
please provide me the Syntax for that how i can do that
also i am tryong to select first few char of some columns i will be needing sysntax for that too
Please help as i cant GOOGLE my all sites are blocked :(
thats y i need your help guys
Thanks a lot

You have to do in cntrol file
LOAD DATA
INFILE 'file_path'
append
INTO TABLE table_name
fields terminated by ',' optionally enclosed by '"' trailing nullcols
(empid  ,
mcol1 filler,
empstatus
{code}
Also if you could copy paste the error it will make a lot easy and avoid us guessing wildly.
Cheers!!!
Bhushan                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

Similar Messages

  • How to remove Header and Footer from Flat File

    Hi,
    In a scenario , we are going to recieve a flat file which will contains header , footer and data. We have to have to load data in Oracle tables and remove header and footer.
    once the data load is complete , we have to delete flat file from source directory.
    Please help me in solving this issue.
    Thanks,
    Kamlesh

    You have a header parameter in the file datastore. You can provide any number to skip rows from top of the file. For footer you can create a filter in staging area.
    Filter coould be something like this.
    where source_alias.source_column not like '%FOOTER_OR_ANY_VALUE_AS_PER_YOUR_REQ'

  • Remove header and footer from blank left-hand pages

    Are there any scripts to automatically remove header and footer on a blank left-hand page for an InDesign CS3 document? I have a book with many chapters and it would be more efficient than removing them by hand.

    It's a one liner from a much longer script that does quite something else -- this is merely a side effect, a quick way to get a page range (i.e., I need the range "251-256" to appear on my first page, excluding an optional blank last one) [*].
    Perhaps I could write a full script, but for that I need a bit more information. Is your document an InDesign Book, with each chapter in a separate document? If so, any empty frame on a last leftmost page can safely be deleted. If your book is in a *single* InDesign document, this line can only be used if a left hand page has *no objects at all* -- not even an empty frame. That's the easy case -- in English "if there are no objects on the page, apply the "[None]" master. If there *is* a frame, however, it cannot be removed right away, even if it seems empty. That's because in that case you probably have inserted a page break somewhere on the previous page, and if the frame is deleted, tht page break will push off the text on the *next* page (the right hand). It also depends on what kind of page break -- as a character or as a paragraph Keep Option; Next Page, Next Frame, Next Odd Page, Next Column. Way too complicated to script right off the bat.
    All in all, applying that empty master maually is much easier :-)
    [*] Sure, I know how to use the Next Page Number trick. However, I also need the range in my XML output, and the Page Number markers do not play nice when written out in ASCII.

  • How to remove header data from JMS Queue while sending by jms adapter

    Hi.
    I have a problem regarding the MQ-series JMS adapter.
    When writing the file the JMS adaptor putting  some additional tags.
    Actually we are converting idoc-xml to flat file by using ABAP mapping which is available in SAP document. We are using JMS Receiver adapter, whiel sending flat file to JMS QUEUE,  it is displaying some extra xml tags. I think this is the header data available in IDoc XML. Can any body help me in removing header data.
    There must be some way for XI's JMS adaptor to not include these information.
    My example looks like this:
    RFH Ø  
    ¸MQSTR
    ¸ " is junk that I really dont need in the file.
    How can you setup the JMS adaptor not to put in these information?
    Thanks & Regards,
    Madhusudhan

    not related

  • Unix Flat File: Remove header and trailer and put in another file.

    Hi,
    I have Source Flat File placed on Unix Box with header and trailer.
    I want to remove Header and Trailer and put in some other file and Data in another file.
    I tried following command in unix its working.But not getting Header and Trailer in another file.
    sed '1d;$d' input_source.txt > output_data.txt
    also How will i use OS command for it in ODI.
    Guide me.
    Thanks
    Ashwini

    Hi Ashwini,
    You can run OS commands in a package using an ODI Tool: OdiOSCommand.
    It is also possible to execute OS commands in an ODI procedure using the Operating System or Jython technologies.
    There should be some articles about this on metalink (http://metalink.oracle.com).
    Thanks,
    Julien

  • How do i remove header from a txt file

    Hello. I have an aquisition file and this remove_headers.vi does not remove all my header. I m attaching the file, the remove_header.vi and the file after removeing header.
    Pls help.
    Thanks a lot... 
    Solved!
    Go to Solution.
    Attachments:
    file.txt ‏223 KB
    remove_headers.vi ‏40 KB
    file_after1.jpg ‏231 KB

    Here you go. You should read as string to get the whole header, then delete the first six rows of the array(as previously mentioned). Finally write it back to a new file.
    Regards,
    Even
    Certified LabVIEW Associate Developer
    Automated Test Developer
    Topro AS
    Norway
    Attachments:
    remove_headers_mod.vi ‏12 KB

  • How to remove Heading 4 from Table Of Contents

    HI,
    how can i remove Heading 4 from the Table Of Contents in Word 2007?
    I needed to create the Heading 4 (built in themes only go to level 3) by myself (it was very complicated) but finally managed to get it to work. 
    The problem is that when i view the properties of my theme it has the following attributes:
    Font: Not Bold, Indent: Left:  1,9 cm, Hanging:  1,14 cm, Space Before:  6 pt, Style: Linked, Quick Style, Based on: Heading 3
    The built in themes however have it different:
    Indent: Left:  1,27 cm, Hanging:  0,89 cm, Level 3, Style: Linked, Quick Style, Based on: Heading 2, Following style: Indryk3
    There is a parameter called "Level"which my theme does not have. When i create the Table Of Contents and set "Show levels" to 3 then it will display FOUR levels (three built-in and my Heading 4).
    Please help. How to get the "Level" parameter to appear for my theme as well?

    Hi
    Thanks for your answer. The only invisible character is the section break thing at the very top of the blank page. I can't figure out how to place it directly after the Table of contents. If I remove the section break, the Table of Contents merges with the following section, which is not what I want at all.

  • How do I remove header info from .js without breaking?

    Hello,
    I've created a slider for Instagram using Dreamweaver.  I am trying to remove the text info under the slider which shows it is housed under <header></header> tags in the .js file.
    I've tried every which way from Sunday to try to remove the coding for the text, but end up breaking the entire thing.
    Any .js experts available to take a look?
    As always, your time and expertise is greatly appreciated.
    http://www.saintleo.edu/Instagram/Untitled-1.html
    Kind regards,
    JK

    open the js file jquery.instastream.js and find:
    if(data.data[j].caption == null){var myCaption = '';} else{var myCaption = data.data[j].caption.text;}
    if (data.data[j].comments.count < 2){var commentLabel = 'commentaire'} else {var commentLabel = 'commentaires'}
    if (data.data[j].likes.count < 2){var likeLabel = 'like'} else {var likeLabel = 'likes'}
    $('.slider-content').append("<div id='slider-item"+i+"' class='slider-item slider-col"+$nbrResults+"'><div class='frame'><a href='" + data.data[j].link + "'><img src='" + data.data[j].images.standard_resolution.url + "' alt='" + myCaption + "'><span class='frame-title' style='display: block; bottom: -50px;'><em>" + data.data[j].likes.count + "<i class='icon-like white'>" + likeLabel + "</i> " + data.data[j].comments.count + "<i class='icon-comment white'>" + commentLabel + "</i> " + data.data[j].created_time.timeconverter() + "</em></span><span class='frame-more' style='display: block; top: -38px;'>+</span><span class='frame-reflect'></span></a></div><header><h4>" + myCaption + "</h4></header>");
    j++;
    $slideStatus = j;
    Remove <header><h4>" + myCaption + "</h4></header> from the above.

  • Removing header and Footer in IE

    Hi i am generating a html document if i try to take print out the the URL is appearing at the bottom and the page name at the top of the resulting print page.
    any one can help how we can remove the header and footer data (which is in page setup) using java script and how can i delete using java script....
    thanx in advance

    I had already set page margins to zero, and I disagree with you: Headers and footers still appear with a height of approximately 1/8 inch.
    SInce I posted my previous message, I have experimented a bit. I was able to (almost but not quite) totally eliminate the header and footer by clicking into the header and footer area and reducing the font size to the absolute minimum. After having done that, the body was basically in-line with 0" on the vertical page ruler.
    Also, in my opinion, whether or not most printers do a full page bleed is irrelevant. I should be able to work with the page body without its being offset from the page ruler if I don't want to employ a header or footer.
    Rusty

  • How to remove header on last page of the report?

    I am working on a RTF template for PO report. This is the format of the rtf i have.
    <?start:body?>
    <?for-each@section:G_HEADERS?>
    All header fields
    <?for-each:G_LINES?>
    All Line Fields
    <?end for-each?> --Line End
    <?end for-each?> --Header End
    <?end body?>
    Give Section Break <Next Page>
    Terms and Condition should come here on a new page
    When I insert a section break for new page, the header that is on my 1st page of the template is repeating. Is there a way that I can stop the header from repeating on the last page? Please help me out with this issue.
    Thanks,
    Swetha

    Thanks jimr for the response. This solved my problem.
    The steps I followed are:
    Click on section2 header. click on 'Link to previous'button on the headers toolbar so the link between section1 and section2 is removed.
    Remove the header on the new page (section2). The header on the 1st page is retained while the header on the 2nd page is removed.
    Thanks,
    Swetha
    Message was edited by:
    Swetha

  • Removing header, border for only single column in mx:DataGrid

    Hi,
        I am using Flex4 SDK and FlashBuilder4.
    I have a requirement where i need to remove column header, borders and grid lines for only last column in datagrid.
    It should look like there is no column present. This column will be used to show some icon for only selected row.
        Can any one suggest how to implement this. Please provide any sample if you can.
    Thanks

    hi Johnny, it was helpfull for me.
    With the given example i am still getting the grid line gaps with the selected row or hover color between verticle cells of the column.
    As gridlines can only be removed for complete datagrid not for a single column. is it possible ?
    Thanks

  • Remove Header and footer from Word Docs

    Is it possible to remove the header/footer from Word docs?
    The html output from ctx_doc.markup gets the header/footer and (specialy)page numbers all messed up.
    []'s
    thanks

    Please define 'messed up'. I'll reproduce here and then try to find a cause/solution. I checked a couple of other forums and Metalink with no good discussion on the topic.
    -Ron

  • Remove Header and Footer from a report

    Hi,
    I use the report S_ALR_87012104. But I want to export this report removing the header and footer. Is it possible to export the report excluding header and footer. That is line items only.
    Regards
    Mahbub

    Hi,
    It is possbile but not suggested to change a standard SAP report. but you may change it via abaper.

  • Remove Header when running report with ALV output

    Hi,
    We are running ITS Version 6200.1022.63326.3, Build 84960 connecting to R/3 Enterprise 4.7 on 6.40 Kernel Patch 196.
    I have a situation where I run a report through ITS, starting with a selection screen, I can remove the header part of the ITS generated screen by commenting out:
    <!--
        `SAP_TemplateHeader()`
    -->
    in my template. This works great.
    Now when I run the report and the output is given in the form of an ALV grid, there is no screen to manipulate as it uses the webgui generated html due to me having set parameter:
    GENERATEDYNPRO = 1.
    When I receive the report output, the SAP  header with "Quit" and "Help" is back, due to it being driven by the standard webgui generated templates.
    I have searched on SDN and found some guidelines but no answers are answered and then the thread goes dead so I just wanted to know if someone has ever successfully removed this header.
    I have set noheaderokcode = 1 in the service file, in webgui.srvc as well as in global.srvc.
    I have also started editing the templatelibrary files but to me it is not a very clean solution.
    If someone out there has had this challenge and solved it, please advise.
    Thank you very much and regards,
    Ronald G. Meyer

    Hi,
    Thanks for the feedback.
    Does not seem like the Basis team will be patching the ITS landscape soon, so is there anyone who has more input on this?
    I have found a programmatical example in this thread:
    /thread/76409 [original link is broken]
    But none of the examples work like I expect it to.
    Just wanted to know if someone has implemented this successfully.
    Regards,
    Ronald Meyer

  • UDF - Removing Header Record from File

    Hi Team,
    In my file(File Content Conversion) to ABAP server proxy scenario...
    The source File structure is like this...
    KUNNR|Matnr|Description----->(This is Hearder Record.Each File contains this header record.)
    1001|0077321|Special Materials
    1002|0077323|Raw Material
    File adapter will picks the file , In Message Mapping The first record is the Header Record from the above file structure.So I need to remove the Header Record.
    Can we handle  this requirement with any FCC parameter ;I think we can do it with the help of UDF in MessageMapping?
    Can anybody ghelp me the sample code for this.
    Thanks.
    Drumi

    Hi,
    You can use Document Offset in FCC to  specify the number of lines that are to be ignored at the beginning of the document.
    Regards,
    Priyanka

  • How to remove header from B2C webshop from internet sales application?

    Hi All,
    I am working on B2C webshop. I need to design a user registration page which has only workarea section and no other section in the page. I have been able to remove the header contents, but the area in which header jsp was placed is looking empty which looks awkward. I need to occupy the whole page with workarea only. How to do it? Do we need to do any changes in layout-config.xml? If so, please tell me how to do the changes.
    TIA.
    Regards,
    Serene

    Hi Serene,
    Please don't make any changes into layout-confix.xml directly.
    Please try below two options.
    1. First try to play with  \b2c\root\mimes\b2c\stylesheet.css stylesheet.
    2. If you don't get any luck then please try to find any property in B2C's XCM.
    Please update.
    Thanks,
    Hamendra

Maybe you are looking for

  • Ring Graph

    Hi all, there is a problem with the customization of the ring graph in the Reports Builder. I didn`t find any paramaters which would change the inner diameter of the ring graph. Is there any possibility to do that? In case yes, please send me how to

  • Saving after Editing in Photoshop CS6

    I have iPhoto 11 set so that all of my editing occurs in Photoshop CS6. Photos open in camera raw, I can make further edits in PS, etc. But a problem arrises when it is time to save the changes. I use the "Save" function and not "Save As". At this po

  • Lost Mac OS X partition after failed Boot Camp attempt

    Hi I have a friend who has the newest iMac and he attempted to install Windows XP through Boot Camp. He did the partitioning and installation, but when he booted he found out that WinXP has actually NOT been installed at all, while the installer said

  • Stop generation of Inbound IDOC from Non - SAP

    Hi Experts, I have a requirement to update data base PA0105 for Email. The Email is coming for external system (Non SAP), which contains 1 employee in 1 IDoc. If SAP has valid email and same has been passed for external system to SAP via Inbound IDoc

  • Sga max size is different

    We use Oracle 11gr2 on win2008R2. Our member set sga max size by alter system set sga_max_size scope=spfile; max size to 6GB. And we restared that OS and DB instance , then show parameters sga_max_size was 7.6GB Why is that ?