CSV to Excel 2013 - Issue with number format

Hi,
I use Excel 2013 to manipulate CSV files. I experienced issue with number format cells. In my CSV file there is one column that presents latitude values in format: 52.05456464. When I open my CSV file in Excel 2013 all values in that column get separator
".", in this case my number is present like this: 52.054.454.464. I tried to change my cell format, and when opened the category was Number, I change it to the General but in that case I lost all "." and got 52054454464.
I also tried to open same file on other machine with Excel 2010 and file is opened correctly without issues and in cell format the category is general by default.
I hope that there is some kind of resolution for this.

Hi
According to your description, we may follow these steps:
highlight the column B > Home Tab > Number section > Select Number and choose "More Number Format" > Make sure the Negative number is chosen correctly. If you are using Custom format, we will have to change it.
Hope it helps
Best regards

Similar Messages

  • Issue with Date Format

    Hi All,
    I m facing an issue with Date format in the prompt. I have used date presentation variables in my column formula as shown below:
    FILTER("SKU Order Details"."Fulfilled Quantity" USING Time."Calendar Date" <= DATE '@{todate}{2900-01-01}')
    The report returns data when I don't select any date range for start & end date prompts on the page. But when I select the start & end date values in the prompt, I m getting the following error:
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 46047] Datetime value 10/22/2009 12:00:00 AM from 10/22/2009 12:00:00 AM does not match the specified format. (HY000)
    I included the following formulas for start & end date prompts:
    Start Date prompt: case when 1=2 then License."Ips Creation Date" else cast ('1.1.1900' as date) end
    End Date prompt: case when 1=2 then License."Ips Creation Date" else cast ('1.1.2900' as date) end
    Can you please help me resolve the issue.
    Thanks,
    Kartik

    Hi Nico,
    I tried putting the format that you mentioned, I m getting an error message.
    My prompts have the following formula :
    Start: case when 1=2 then License."Creation Date" else cast('1.1.1900' as DATE) end
    End: case when 1=2 then Time."Calendar Date" else cast('1.1.2900' as DATE) end
    My column formula has the following syntax:
    FILTER("SKU Order Details"."Fulfilled Quantity" USING Time."Calendar Date" between DATE '@{start}{1900-01-01}' AND DATE '@{end}{2999-01-01}')
    Error Message:
    Error Codes: OPR4ONWY:U9IM8TAC:OI2DL65P:OI2DL65P
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 46047] Datetime value 11/17/2009 from 11/17/2009 does not match the specified format. (HY000)
    Can you please let me know if something needs to be changed.
    Thanks,
    Kartik

  • Creation of PDF from Excel 2013 - problem with black color

    Hi,
    I am a publisher of crossword magazine and I use Excel to write crosswords. Then I create PDF's and import them into InDesign.  
    In past I used Adobe printer and it works fine with Excel 2000 and 2010 (only these two versions I used in past) Now I switched to Excel 2013 and when I use Adobe printer to print crosswords into PDF problem occurs with lines done in Excel (insert - shapes - line). I use black color for these lines but in PDF they appears as rich black (TIC 300%). Why it is not 100% black? I know that Excel works in RGB but in past I was always able to change settings in printer profiles (Adobe printer) to reach 100 % black without CMY colors. Now I have no idea. I attached picture of pdf how it looks in Adobe Acrobat in Outpur preview.
    Thank you in advance for any advice

    These are tough issues I suspect and the answer you need is probably trivial (it is finding it). I will make some suggestions, but I have no idea if any will work.
    -  In the printer under the Properties>Layout>Advanced>print quality, I use 300 dpi (default is 1200).
    - Under the printer preferences>settings>edit the settings file, I use again 300 dpi (default is 1200 dpi).
    These may not fix your issue, but migth be worth a try. You could also try using the preflight script to change to gray-scale. It may not make any changes, but again may be worth a try.
    All I am trying to suggest are the things I would be looking at. Maybe they will lead you someplace. Others may be by with better suggestions in time.

  • Issue with Date format - ABAP to XML

    Dear Users,
    We are currently facing an issue with the date formats in XML.
    We have a system (.Net), which has a webservice that we are calling for information from SAP. We created a Proxy class in SAP from the WSDL file and have attempted to use the method that gets us required information based on the Timestamp passed from SAP. However, the timestamp that the INPUT structure uses has a data element XSDDATETIME_Z.
    All we can send from SAP is a simple TIMESTAMP, but the .Net system doesn't accept it since it wants the timestamp in XML format i.e. <dd-mm-yyyy>T<hh:mm:ss>Z. SAP documentation says that the field should automatically do conversion from ABAP to XML format, but that doesn't happen. We don't want to build a string from Timestamp in the XML format and send it out since we might surely miss out on the different cases involved.
    Can anyone please suggest a way for us to send the date out in the required XML format?
    Many thanks!

    Hi Vijay,
    Look at the below sample code and it works fine, i guess there is something wrong in your code or conversion, post the actual code if you are still not able figure it out with the below example.
    DATA: l_xml_string TYPE string,
          l_dat_time TYPE xsddatetime_z.
    CALL FUNCTION 'CACS_DATE_GET_TIMESTAMP'
    EXPORTING
       I_DATE                         = sy-datum
       I_TIME                         = sy-uzeit
    IMPORTING
       E_TIMESTAMP                    = l_dat_time
    EXCEPTIONS
       DATE_NOT_FILLED_BUT_TIME       = 1
       DATE_HAS_NO_VALID_FORMAT       = 2
       OTHERS                         = 3.
    IF sy-subrc <> 0.
    * MESSAGE ID SY-MSGID TYPE SY-MSGTY NUMBER SY-MSGNO
    *         WITH SY-MSGV1 SY-MSGV2 SY-MSGV3 SY-MSGV4.
    ENDIF.
    CALL TRANSFORMATION id
      SOURCE root = l_dat_time
      RESULT XML l_xml_string.
    IF sy-subrc EQ 0.
    write: l_xml_string.
    ENDIF.
    Regards,
    Chen

  • Excel 2013 Object Model - Conditional Formatting

    1) I'd like to understand the new Excel object model more thoroughly. Can anyone suggest a book?
    2) Are the formulas and/or format settings for conditional formatted cells stored in the object model or in the workbook?  I'm guessing the workbook.
    Thanks.
    Ross

    1) The object model for Excel 2013 is the same as that for earlier versions, with a few additions and omissions.
    See http://spreadsheetpage.com/index.php/books for lots of books about Excel, including programming.
    2) Conditional formatting is stored in the workbook, but you can manipulate it with VBA.
    Regards, Hans Vogelaar (http://www.eileenslounge.com)

  • HS Services vs Excel. Problem with data format.

    Hi,
    I'm facing a problem after trying to use HS Services to connect an Excel Sheet with Oracle 10G.
    I got several columns and I expect all of them to be varchar2 type, whereas Oracle is showing a table using float types in some of them. I am trying to find any difference in excel sheet but haven't seen one yet.
    So, this is a brief example of what I am facing in the excel sheet:
    Excel Col A B C D E F G H
    Data FAMIY     COMMON NAME     SCIENTIFIC NAME     CATEGORY      L     F     C     T
    Data ANATIDAE     Barnacla carinegra Branta bernicla     I     0     0     0     0
    Data Tarro blanco     Tadorna tadorna     I     0     1/N     1     1
    So, i'm getting columns from E to H like Float(49) in Oracle. They DO contain a 90% of numbers, but it's possible to find some literals like '1/N' or '0/N'.
    Any clue?
    Thanks in advance and ask for any extra information if needed.

    HI BluShadow. First of all thank you for the answer.
    I've been working on this today and I have reached the solution.
    [http://support.microsoft.com/kb/141284/en-us] you can check about the problems that ODBC causes when reading mixed data types in excel.
    So solution is, in this case, re-creating (not copying) a new sheet and after making sure all cells have been selected as Text number format, allocate data inside.
    In my case, i have decided to make a macro for the process.
    Edited by: JSaenz on 14-nov-2011 7:07

  • Performance Issues with Folio format in Ipad.

    Hello everyone! My FIRST post here!!!
    I work with educational games and I'm facing performance issues with games that I've made in HTML5 to play in Ipad. I tried to import them to the format folio in DPS (Adobe Digital Publishing Suite). However when I import the HTML game into Indesign and try to preview it in Adobe content viewer, the game doesn't open or works without perform properly (there is a lag that doesn't let you play the game with a little of fun).
    The games that I've created have a memory use max of 35mb and weighs 30mb max.
    Does anyone know what's happen and what I can do to fix that performance issue?
    Thanks a lot!

    Moved to DPS

  • Issue with number of replies in collaboration Server

    Hello,
    We are using the collaboration server 4.02.
    We are experiencing issues with the collab API or directly with the native explorer.
    If we create a project, then a discussion, then a message in this discussion and then more than 15 replies a forumthreadlimit exception occurs.
    Why there's a limitation of 15? Can we increase this number in a specific config file?
    Thanks a lot for your help.
    Best regards.
    Sébastien D.

    What where the precise Kernel updates? What where you on and what did you upgrade too?
    Did you apply any BASIS Support Pack corrections during the Kernel upgrade?
    If you applied a new BASIS support pack - check the following WIKI:
    [How to check the publishing Date of an Internet Service|http://wiki.sdn.sap.com/wiki/x/OYG8BQ ]
    if you need to republish - use the following WIKI:
    [How to activate, publish and test ITS services in the integrated ITS?|http://wiki.sdn.sap.com/wiki/x/kmE ]
    Regards,
    Oisin

  • How to read csv Data and save it with no format changes

    Hi,
    At first I am not used to Diadem.
    I want to read in a csv file do some calculation with the data and save the changed data in the same csv file. A file as an example is attached (496888_edit.csv).
    Therefore I wrote this lines:
    Dim i
    Dim Delimiter
    Dim FilePath
    Dim FileParameters
    Delimiter = ";"
    Call DataFileLoad(FilePath,"CSV","Load")
    ' Do some calculations
    FileParameters = "<filename>"&FilePath&"</filename>"&"<delimiter>"&​Delimiter&"</delimiter>"
    Call DataFileSave(FileParameters,"CSV")
    After running that lines the csv file is looking like the other attached file (496888_after.csv)
    Because of some reasons which I could not explain Diadem is rounding the numbers. I want that both files look the same.
    What can I do?
    There might be another extension. Just to read in some columns, doing some calculations and after the calculation saving that columns in the file instead of the originals. (The csv files are much bigger like the two examples)
    Thanks,
    Jens 
    Attachments:
    496888_edit.csv ‏1 KB
    496888_after.csv ‏1 KB

    The only thing that can be changed in writing float64 values using the CSV plugin is the decimal point ('.' or ',').
    The format of the doubles is not rounded but the CSV writer only writes the relevant digits.
    It is using up to 15 digits which is the resolution of float 64. It would also switch to scintific writing if necessary.
    So there is no way to force only 6 digits and filling 0s are left out. So if you just fear that you loose precision that will not happen.
    (only the typical problems of epressing a 2 system binary value in a 10 system text string)
    If you are interested to have a fix float format the only solution is to write with VBS directly to a file doing formatting on your own, which is slow.

  • Display issue with HTML formatted text in report builder

    I am using the FCKeditor in my application to allow endusers
    the ability to create formated text on reports. We curently are
    experiencing 2 issues: 1. If you copy and paste from MS Word
    2003/2007 it will not display the text correclty in the report; 2.
    If you use the FCKeditor toolbar to insert bullets or a numeric
    list it will not align the text correctly on the report. We are
    using Coldfusion 8 with Hotfix 1 and Coldfusion Report Builder's
    lastest build release.
    Has one experiences this same issue with HTML fields not
    printing correctly using the Report Builder? What other HTML
    editors besides FCKeditor might we use?
    Thanks,
    Dan VanWieren

    Can you tell me how to use </td> for each values
    Give me your example report - using before or after report
    Thanks
    MT
    <BLOCKQUOTE><font size="1" face="Verdana, Arial">quote:</font><HR>Originally posted by fdenis:
    Hi Gavin,
    If I understand well, your HTML tags are coded directly in your fields in the database, right? Because if it was not the case, you could have use a format trigger checking for which destination you're generating your report...
    if UPPER(:DESFORMAT) = 'HTML' or
    UPPER(:DESFORMAT) = 'HTMLCSS'
    then
    -- insert your HTML code in the value
    -- of your field. something like...
    newValue := '<B>' | | :YOUR_FIELD | | '</B>
    srw.set_field_char( 0, newValue );
    else
    -- when generating to other format,
    -- you'd have to add the formatting as
    -- you want.
    end if
    return( true );
    Of course, if it's not acceptable to remove the HTML tag from your database fields, you could develop a procedure that would translate your HTML tags to the good formatting (eurk... ;-)
    Good luck... :-)
    Frederic
    <HR></BLOCKQUOTE>
    null

  • Issue with number/contact details showing on new iPhone

    Hi I'm having an issue with numbers. Myself & my mum both have iPhones. My Mum had previous phone (not iPhone), she purchased an iPhone & ported her old number across. before she ported we were texting each other on the new iPhone number. Now she has ported her old number to iphone, when she texts me it still shows the number she got with iphone, not her contact name or original ported number which I have saved, however if she calls me it does show her contact name & not the number. When I text or call her contact in my phone she does get it, however message sends as txt message not iMessage (iMessage is active on both phones) hope this all makes sense. can anyone help at all?
    Many thanks

    Swipe down from the middle of the screen to open Spotlight Search then type Contacts. If it is in a folder the folder name will be to the right of the Contacts listing in search.
    By default it is in the Extras folder on the second page.

  • Issue with Date Format for Presentation Variables

    Hi,
    I am using dashboard prompts to capture begin date and end date in presentation variables. The dates selected from calendar are in the format mm/dd/yyyy.
    In Asnwers I need to get a count of days between begin and end dates. I am using the column formula as shown:
    TIMESTAMPDIFF(SQL_TSI_DAY, DATE '@{pBeginDate}', DATE '@{pEndDate}')
    When ever I run the report from dashboard I get the following error:
    State: HY000. Code: 10058. [NQODBC] [SQL_STATE: HY000] [nQSError: 10058] A general error has occurred. [nQSError: 46046] Datetime value 1/1/2005 does not match the specified format. (HY000)
    SQL Issued: {call NQSGetQueryColumnInfo('SELECT "Transaction Dates"."Transaction Date", TIMESTAMPDIFF(SQL_TSI_DAY, DATE ''1/1/2005'', DATE ''1/2/2006'' FROM "Dates"')}
    SQL Issued: SELECT "Transaction Dates"."Transaction Date", TIMESTAMPDIFF(SQL_TSI_DAY, DATE '1/1/2005', DATE '1/2/2006') FROM "Dates"
    Can anyone help me to reolve this date format issue?
    Thanks,
    Aravind

    Hi,
    see this below links
    Issues with Prompts calender date
    Regards
    Naresh

  • Exchange 2013 issue with High memory Usage on Mailbox server post SP1 update.

    So we have been chugging along fine since Feb 2 2014. 
    I performed a migration from 2010 from the UK to the US doing "incremental" mailbox moves. (get in contact with me if you want to know how. But we moved 400 Mailboxes averaging at 2gb a piece from the UK to the US, over the transcontinental link.
    & then the weekend of the final, had everyone & everything done by the end of the cutover weekend)
    Any woot.
    So I applied the 2013 SP1 a few weeks back, & have intermitantly been alerted to the memory spiking over 95%. For me (and for any exchange admin) when i get those types of alerts i drop everything & run to the nearest PC to see what is going on.
    Now the first & second time, it was an issue with logs filling up the drives, & my clean log script not running to remove any logs older than 30 days. But since then it has been legitimate 95%+ memory usage. 
    For the most part its been 95-97 max, with 1 or 2 times hitting 98. After some time, the memory does drop back down to 94.
    this is ....umm "fine" however it is becoming a nuisance, since most of the time it corrects itself. What i dont want to happen is get into the groove of saying "ah bah! its nothing" & letting it go.
    the server has 16gb of memory in it, it is the Mailbox server (CAS /Frontend is on a seperate server)
    below is a screen shot, so i know the Storeworker grabs whatever it feels like grabbing, however it does NOT EVER release memory.  I also see the NodeRunner.exe (2 of them)  is always around 900 almost a MB
    now if i could somehow get the first 2 Storeworkers to drop down to 900ish, then that should alleviate my memory issues. 
    what I am m looking for is some type of "magic bullet" to put my memory issues at ease..

    thats the problem & seems to be a misconception.
    Exchange NEVER releases the memory when other things need it.  As the users state in your thread you linked. (i came across that early in my search for a resolution). An example is if another admin & myself log into the backend server at the same
    time & begin clicking around opening things, etc..Memory will go to 100% which = No Buenos. 
    There are numerous post all over the internet from people who say it releases, but them 5 more comments to that 1 saying that it does not. 
    I know what the process's do, however it seems like the SP1 has increased memory usage, as typically the Store.exe would only grab about 900-1000. 
    in terms of the noderunner, once again i know its role, however we are now 2 months+ live on 2013 post migration, I do not think it is still indexing all those emails. 
    all DB's report healthy.
    Name                            Status  CopyQueue ReplayQueue LastInspectedLogTime   ContentIndex
      Length    Length                             State
    WBAC1\EXCHBE001                          Mounted         0         0                        
             Healthy
    WBAC2\EXCHBE001                          Mounted         0         0                        
             Healthy
    WBAC3\EXCHBE001                          Mounted         0         0                        
             Healthy
    WBAC4\EXCHBE001                          Mounted         0         0                        
             Healthy
    WBAC5\EXCHBE001                          Mounted         0         0                        
             Healthy

  • Issues with Wiki formatting implementation

    As we know, since several versions now, Skype converts the following pre- and postfixes to formatted text:
    *test*: Bold text
    _test_: Italic text
    ~test~: Strikethrough text
    However, there are some issues with the way this is implemented, which I try to lay out here.
    When editing a message containing formatted text, the formatting is lost, and plain text copied into the chat input textbox where you will edit the message. This can be really annoying if you want to fix just a typo in a formatted message.
    E.g.: "*This is* a test _to demonstrate_ a ~Skype~ bug" converts into simply "This is a test to demonstrate a Skype bug" into the input textbox.
    Formatting has to be added back manually, and can be a time-eating task if you wrote longer messages.
    Copying formatted messages also loses the text formatting, especially when pasting them into plain text files. Skype should restore the post- and prefixes.
    E.g., copying this: "This is a test to demonstrate a Skype bug" should paste into a plain text file as "*This is* a test _to demonstrate_ a ~Skype~ bug", but currently it pastes just as "This is a test to demonstrate a Skype bug"
    It should be possible to turn formatting off, like smileys. Already formatted messages are then parsed back to include post- and prefixes for display. Currently, there are solutions to disable this for messages sent by the local user, but it is not remembered between sessions, and does not affect remote users (you can try it by entering "/setupkey *Lib/Conversation/EnableWiki 0" in the chat).
    Such an option should obviously be placed in the "IM & SMS > IM Appearance" category.
    It would be great if you can sort out these usability issues, as it makes Skype somewhat cocky regarding the handling of the wiki formatting.
    Solved!
    Go to Solution.

    The first two issues (which are directly related) are already known to be issues with their current implementation of formatting.  It's hard to say when those issues will be addressed.  In regards to your 3rd point, that has already been addressed so that you can make that change via that command and have is stick.  Since they actually addressed the command issue and did not make it a GUI option they apparently don't want a GUI option at this time.
    I issued that command, exited Skype, relaunched Skype then tested out bold formatting.  Neither I nor my other contact (my test account) received any formatting unless I reversed that setting.  Make sure you are running the latest version of Skype (7.3).

  • Issue with character formats using duplex printing in smartform

    Hi all,
    I am getting a problem with character formats using duplex printing in smartform. I am using a text module with a bold character to display text in a window. The problem is that on the first back page,the text is being printed normally (without bold), but on the next pages, the back pages are being printed with the bold character format.
    Can anyone know where is the problem..please.
    Points to be rewarded..
    Thanks.
    Regards,
    Zaheed.

    Hi Zaheed,
    Normally this should not happen.. and also there is no internal formatting done by SAP.. it will show based on what fomatting option we have specified..
    If you are saying it is happening in ur case then
         1. Recheck whether whether you have same text module getting printed on the
             two page. If they are different then then individual check formatting option for
             each..
          2. If above point does'nt work for you ..then instead of bold char use normal
              format for text element and see if it is printing same on both page..
    Try this out and let us know your findings...
    Enjoy SAP.
    Pankaj Singh

Maybe you are looking for

  • Cannot open database - ORA-03113

    Hi, I'm having problem when I want to start my XE database. Previously, my server crashed, so after hardware replacement now it's fine. But, when my system is up, and when I try to start database I get this message: # sqlplus sys as sysdba SQL> start

  • Custom adapter module deployment in PI 7.1

    We upgrade XI 3.0 to PI 7.1. However, I dont see SDM directory anymore which is what I had used to deploy my custom adapter module. Is there a different way to deploy custom adapter module in 7.1? Is SDM discontinued? When I try to deploy the ear fil

  • Error Handling for JSF!

    Hi, i have a third party jar file, and in some code of it, methods are not declared to throw any exception, but actually, in the method, there is a try-catch block, and in the catch block, it does some logging work, and then just throw the exception

  • Changing a Time Capsule from use a backup device to use as an external hard drive

    Hey there, I bought my Time Capsule about a year ago and have been using it as a backup device through time machine.  Now I would like to use it as an external hard drive. I have tried to reset the device and to erase the data file but I still cant s

  • Photo icons and the inbox- Mountain Lion

    Hi I just upgraded to Mountain Lion and am liking  some of these features a lot.  One thing I am wondering about: do I have to attach a photo/icon to an actual contact to be able to get the associated photo with incoming mail?  In other words, do I h