Problem in Saving .CSV file

Dear BI Gurus,
I am creating a CSV extension file for Sales. My Product is of 14 digit. For example our material number is 40000010203316. when I save that excel file as .CSV it saved as 4.00E13 format. I have changed the cell format into number and digit 0. Still saved as same. Because of this, when i load into BI, it gets loaded as 4.00E13.
Can anyone help me to resolve this issue?
With Regards,
Balachander.S

hi
1) select particular coloum where u want to insert 14 digit number in a .csv formate
2) there right click and goto the content menu and select formate cell.
3) on the number tab select a number category. And decimal places as 0.
4) press ok.
now u just save the sheet but dont close it. just u need to minimise ur excel sheet. and then do the data loading. i think so there is no other way to solve the problem rather u need to do the same what i have mentioned up.
I think this will work out for your problem.
reply me.

Similar Messages

  • Problem in creating csv file

    I have one problem in creating csv file.
    If one column has single line value, it is coming in single cell. But if the column has no.of lines using carriage return while entering into the table,
    I am not able to create csv file properly. That one column value takes more than one cell in csv.
    For example the column "Issue" has following value:
    "Dear
    I hereby updated the Human Resources: New User Registration Form Request.
    And sending the request for your action.
    Regards
    Karthik".
    If i try to create the csv file that particular record is coming as follows:
    0608001,AEGIS USERID,SINGAPORE,Dear
    I hereby updated the Human Resources: New User Registration Form Request.
    And sending the request for your action.
    Regards
    Karthik,closed.
    If we try to load the data in table it is giving error since that one record is coming in more than one line. How can I store that value in a single line in csv file.
    Pls help.

    I have tried using chr(10) and chr(13) like this......still it is not solved.
    select REQNO ,
    '"'||replace(SUBJECT,chr(13),' ')||'"' subject,
    AREA ,
    REQUESTOR ,
    DEPT ,
    COUNTRY ,
    ASSIGN_TO ,
    to_Date(START_DT) ,
    START_TIME ,
    PRIORITY ,
    '"'||replace(issues, chr(13), ' ')||'"' issues,
    '"'||replace(SOLUTIONS,chr(13),' ')||'"' SOLUTIONS ,
    '"'||replace(REMARKS,chr(13),' ')||'"' REMARKS ,
    to_date(CLOSED_DT) ,
    CLOSED_TIME ,
    MAN_DAYS ,
    MAN_HRS ,
    CLOSED_BY ,
    STATUS from asg_log_mstr
    Pls help.

  • Problem importing a CSV file with forward slashes in a column

    I have an Excel csv file of a product database (contains about 6500 products) that contains product codes with forward slahes such as 499/1, 499/3, 499/5.
    These are different sizes of a product and as such have different prices etc.
    When I import the file into Numbers these numbers appear as 499, 166 1/3, and 99 4/5 respectively.
    What seems to be happening is that Numbers is interpreting the forward slash (/) as a divide by command and subsequently performing a calculation on that number on import and hence totally changing the value of the cell so that it is impossible to look up the price related to a product as the product code no longer exists.
    Excel can import these files with no problems, why can't Numbers treat each cell as text and leave it alone on import.
    Is there any way round this or do I have to revert to using Excel for the import of csv files.
    Thanks
    Steve

    I know I'm a bit(!) late (a year) coming to this party, but there is a simple solution, that worked for me, enclose the field in double quotes, and add a single quote before the number:
    Instead of
    499/1,"Super Widget 3",12.34
    do
    "'499/1","Super Widget 3",12.34
    In fact the single (unclosed) quote without double-quotes works as well:
    '499/1,"Super Widget 3",12.34
    I've always found it better to enclose strings with double quotes. This works on loading the file into Mac Numbers and should work with Excel too if that helps. It opens with OpenOffice 4 on the Mac too - if you select "comma" in the "Separated by" checkbox
    I can't remember where I picked this info up....
    Hope this helps someone, albeit late.
    Andy

  • Problem when uploading CSV File

    Hi, i'm testing some changes i made to an infoprovider and something strange is happening to me (as usual) I have a CSV file that is uploaded into BI from my PC and I tested this file with 100 records, later i deleted 98 records so i can test the file with fewer records in order to analyze the formulas in BEx with some very specific data. Now here is the strange part: even though i modified the file and left only 2 record in it, when I run the DTP the system is still uploading 100 records!?! How can that be possible. I checked everything, the datasource and the infopackage are both pointing to the same file (the one which has two records) and there is no other file in the entire hard drive that has 100 records and/or the same name/structure that the file i'm uploading into BI. I just can't figure out why the DTP is uploading more records that I have in the CSV file!?. Any ideas??
    Another thing: I'm having problem with 0calmonth, tried everything. I put the calmonth in the CSV file in both formats MMYYYY (092010) and YYYYMM (202009) but I still get error when running the DTP. I have activated/deactivated the conversion routine in the transformation and in the datasource, I change the field length in datasource and tried any possible combination of these changes and I still can't make it work. I searched here and read all the post related to this issue but i still can't figure out how to properly upload information into 0calmonth.
    Regards, Mauro

    pls check the data in PSA.... you may be loading only 2 records..
    Also possible that the DTP is set to load FULL data.... so its loading the entire data from PSA (old + new)
    the calmonth format should be YYYYMM... what is the error message u r getting... you can always check the PSA and see whats the format coming there

  • Problems with saving a file

    Hello,
    Im having problems with saving files on my computer, from Mail and Safari. I have 900gb free diskspace, but i simply cant save anyhow, it says my disk is full.
    Have i accidentally locked something up?
    Regards,
    Niclas

    Run disk utility on your hard drive to repair your permissions.  http://support.apple.com/kb/HT1452

  • Problem in viewing CSV file

    I am generating CSV file from PL/SQL code. I am using UTIL_FILE for writing file.
    One of the column in csv file is too big. The value is displayed in scientic notation.
    Is there any way that i can modify my code to display data in Number format(Instead of scientific format)
    Any help is appreciated.
    Thanks in Advance
    Gopinath

    The problem is that the user wants to view the file
    in Excel and they dont want to do any format changes
    in excel sheet. They want everything to be done at
    code level.Or, how about spooling formatted numbers in the csv itself, if your end users are okay with it ? For example:
    1234567890123,1234567890123,1234567890123,1234567890123
    "1234567890123","1234567890123","1234567890123","1234567890123"
    "1,234,567,890,123","1,234,567,890,123","1,234,567,890,123","1,234,567,890,123"The first two lines show up in scientific notation, but the third line shows up as is.
    pratz
    Message was edited by:
    pratz

  • Problem with Dreamweaver & csv file!!!!

    Working on website...
    www.banners4churches.com
    Website has special pricing matrix...
    http://www.banners4churches.com/current/banners/order_custombanners.php
    Excel .xml file is run through Linux Fedora 10 wKDE and cli.sh to create .csv file for Dreamweaver.  The .xml file was updated and the new .csv file was inserted back into the root folder for DW.  Was working properly before changes, but now it shows error message "call." 
    Been working on this problem for days!!!!  Any help is greatly appreciated.  Thank you.
    Mike

    tiggercald wrote:
     Been working on this problem for days!!!!  Any help is greatly appreciated.  Thank you.
    What is the problem? The pricing matrix at the URL you provided is working. If it's something not working on your local system, nobody can help unless they see the code you're working with. In any case, it sounds as though there's something wrong with the CSV file, not with Dreamweaver.

  • Problem when opening CSV files after update

    Hello
    I have updated a Mac to OS 10.6
    Before the update, when clicking on a CSV file (bank statements) the file would open in Microsoft Excel and display all the fields in their own columns.
    Afer the update, all the fields are contained in one column. It looks like excel is not seeing the commas ? Previewing the CSV file in numbers works correctly though.
    How can I resolve this?
    Secondly, the CSV file has numbers (deposits) listed as +0000000023.99 for example. Before the update, that transaction would have showed as 23.99 in its column in excel - now it shows it as +0000000023.99.
    Any assistance would be greatly appreciated.

    This looks like an Excel issue. You didn't say which Excel version you're using. Try posting your question on Microsoft's Mactopia Office forum, but include the version and update number in your inquiry. I can tell you though that in the current Excel 2008 version, I open up csv files all the time without any problem at all.

  • Problem in getting .csv file as output

    Hi All,
    I am using ws_download function module to get .csv file as output . i am getting space between output values.But i want to get comma instead of space.
    i am working on 4.6b version but in this version there no write filed separator field in gui_download function module.
    Please suggest me  the follow up
    Regards
    Sudhakar.

    use field-symbol and do sth like this
    data str type string.
    loop at itab.
    do.
    assign component sy-index of table itab to <F>.
    concatenate str  <f> ';' into str.
    enddo.
    endloop.
    hope taht helps
    Andreas

  • Problem in reading csv file in servlet

    Hi everyone,
    I m getting an ClassCastExeption while importing a .csv file to databse...
    It works fine in case of .xls...
    I m using jxl from Jakarta...and the code is as follows...
    Thanks in advance..
    FileItemFactory factory1 = new DiskFileItemFactory();
    ServletFileUpload upload1 = new ServletFileUpload(factory1);
    items1 = upload1.parseRequest(request);
    Iterator iter = items1.iterator();
    while (iter.hasNext()) {
                                  FileItem item = (FileItem) iter.next();
                                  InputStream uploadedStream = item.getInputStream();
    importCSV(uploadedStream);
    and in the import method.....
    Workbook w;
    w = Workbook.getWorkbook((FileInputStream)is);
    In the above line i m getting ClassCastException...
    Please help..

    Thanks gimbal2 ..
    w = Workbook.getWorkbook(is); throws the FileNotFoundException
    I solved it by tokenizing the inputstream on ','(comma) and then getting the tokens for each column in the database....

  • Problem in saving a file in FTP server

    Hi,
    I am trying to move one zip file from an FTP directory to another. I use the below code.
    OPEN DATASET gv_fname FOR INPUT IN BINARY MODE.
                    IF sy-subrc IS INITIAL.
                      DO.
                        READ DATASET gv_fname INTO gs_zip_bin.
                        IF sy-subrc IS INITIAL.
                          APPEND gs_zip_bin TO gt_zip_bin.
                          CLEAR gs_zip_bin.
                        ELSE.
                          EXIT.
                        ENDIF.
                      ENDDO.
                      CLOSE DATASET gv_fname.
                      endif.
    *Now for saving this file on the other folder,
    OPEN DATASET gv_arname FOR OUTPUT IN BINARY MODE.
                IF sy-subrc IS INITIAL.
                  LOOP AT gt_zip_bin INTO gs_zip_bin.
                    TRANSFER gs_zip_bin TO gv_arname.
                    CLEAR gs_zip_bin.
                  ENDLOOP.
                  CLOSE DATASET gv_arname.
               endif.
    The file get moved successfully. However, when I download the file on to my desktop and when I unzip it, it gives an error message "Cannot open the file; it does not appear to be a valid archive'.
    I also notice that there is a size difference between the original and the archived file as in the picture below.
    I tries using the SCMS_UPLOAD and SCMS_DOWNLOAD function modules to achieve this and it works perfectly.
    However, I did not find any documentation for these function modules and I am not sure if I can use them. I intend to run this program in the background mode.
    Any help will be greatly appreciated.
    Thanks,
    Ajith Cheruvally

    Fixed it: Delete preferences.
    First, I was wary about deleting preferences because I used EasyFind to search for "textedit" and found many files in different folders throughout the OS and user folders.  I feared deleting the wrong thing.
    So with the EasyFind window open with the search results sorted by date last changed, I opened TextEdit and then its preferences and made a minor change, saved it and then closed the app.
    I then ran EasyFind again sorting by date last changed and the top two items were the only preference files that were changed.  Deleted those two and now all is well.
    EasyFind is freeware found in the App store.  It's invaluable.  I use it often.

  • Problem uploading multibyte CSV file

    I apologize, this topic has been addressed several times, but I still can't find the solution.
    I have multibyte CSV files (extract from BI) : Excel says "Unicode txt" and when I save them from Excel in "Text CSV", they get half the size on the disk.
    here is the piece of code where the uploaded file get converted from blob to clob then to varchar2 (CSV Util from Oleg.Lihvoinen http://dbswh.webhop.net/dbswh/f?p=BLOG:READ:0::::ARTICLE:11000346061523)
    SELECT blob_content
    INTO v_blob_data
    FROM wwv_flow_files
    WHERE NAME = p_file_name;
    v_position := 1;
    blob_csid := 873 ;
    DBMS_LOB.createtemporary (lob_loc => v_clob_data,
    CACHE => TRUE,
    dur => DBMS_LOB.SESSION
    DBMS_LOB.converttoclob (v_clob_data,
    v_blob_data,
    amount,
    dest_offset,
    src_offset,
    blob_csid,
    lang_ctx,
    warning
    v_clob_len := DBMS_LOB.getlength (v_clob_data);
    IF v_clob_len = 0 THEN
    RETURN;
    END IF;
    WHILE (v_position <= v_clob_len + 1)
    LOOP
    v_char := DBMS_LOB.SUBSTR (v_clob_data, c_chunk_len, v_position);
    v_line := v_line || v_char;
    v_position := v_position + c_chunk_len;
    I have tried different values for "blob_csid := 873 ;" (and by the way, the list of possible values for this code is very difficult to find : I know, there is a function CS_name to CS_ID but a list would be great), but without any visible effect.
    If I use the Apex CSV uploader app, the result is the same than with this code.
    Here is an example :
    �O�R�A�C�L�E�
    instead of :
    ORACLE
    How I can have these files imported whithout an Excel conversion ?
    Thanks.

    Hum, looks like the error is thrown before the execution, during the sort of prepare/precompile of the package procedure, and it said that v_line := v_line || v_char is too small string buffer.
    I am a bit surprised.
    Anyone on this ????? I am doing answers myself, it will not help me a lot :)

  • I am having a problem creating a CSV file

    I have created CSV files and imported them into Mac's contact book before. For some reason this time its not allowing me to import them because its giving me this message: TEXT FILE IMPORT FAILURE "The selected file does not appear to be a valid comma separated values (csv) file or a valid tab delimited file. Choose a different file."
    The text when I copy paste it even comes out deliniated and everything.
    <Emails Edited By Host>

    Hi,
    You need to quote your path.
    Import-Csv 'C:\Scripts\PowerShell Scripts\newusers.csv'
    Don't retire TechNet! -
    (Don't give up yet - 12,950+ strong and growing)

  • Saving CSV file on Share Point folder

    Hi,
    When trying to save a project map to a csv file on a Share Point folder we got this error:
    "Project does not support resource pooling on a web server".
    can anyone help me with this?
    thanks,
    Yuval

    Hi Yuval,
    Please refer to this link:
    http://support.microsoft.com/kb/242627/en-us
    The cause is that you are sharing in your file resources from another project, or using a shared resource pool file.
    Hope this helps,
    Guillaume Rouyre, MBA, MCP, MCTS |

  • Problems with a .csv file in an AP conversion.

    Hi,
    I'm trying to upgrade an Ap1240AG, from stand alone to LWAPP.
    The question is … in the process of upgrading we have to create a .csv file to put some information in the WLC to manually associate the AP (now an LWAPP AP).
    That .csv file has the mac address of the AP, their certification type, and public key hash values.
    Who can I get this .csv file?
    Thanks in advance,
    Rui Capão

    Hi Rui,
    The .csv is generated when running the Upgrade Tool (check the first doc linked below) :)
    Upgrading Autonomous Cisco Aironet Access Points to Lightweight Mode
    http://www.cisco.com/en/US/docs/wireless/access_point/conversion/lwapp/upgrade/guide/lwapnote.html#wp176272
    LWAPP Upgrade Tool Troubleshoot Tips
    http://www.cisco.com/en/US/tech/tk722/tk809/technologies_tech_note09186a008072d9a1.shtml#prob
    Hope this helps!
    Rob

Maybe you are looking for

  • Remote app on iPhone 5S stopped working after iOS8 upgrade

    I upgraded my iPhone 5S to iOS8 (and the subsequent updates too). I received the automatic update to the remote app. Since that time the remote app does not work. I have home sharing working on my Apple TV, MAC Pro and a Windows 8.1 PC. These devices

  • SP Designer 2010 - Saving custom list form impacts other list and other custom list form

    Hi, I have a source list, with custom display, edit and new forms all of them created in SP Designer 2010. These do nothing fancy, just for presentation purposes, fields were re-arranged in 2 columns. Then I created a target list by saving the source

  • Skype 7.1 Windows-XP-SP3-crashes-at-launch

    Hello, Type of Analysis Performed   Hang Analysis Machine Name Operating System   Windows XP Service Pack 3 Number Of Processors Process ID   2444 Process Image   C:\Program Files\Skype\Phone\Skype.exe System Up-Time   00:00:00 Process Up-Time   00:0

  • Eclipse+SOA Suite 10.1.3.1 Issues configuring Oracle AS in eclipse

    I have searched all the forums and google but could not find much information. I have installade soa_windows_x86_101310_disk1 and configured SOA Suite 10.1.3.1 whcih works perfectly fine with oracle JDeveloper. Since our developement platform is ecli

  • Reg: Dropping the table

    Hello, I am going to drop some tables in production environment for the first time do i need to check the mode of the tablespace? Thanks, New_to_oracle