Weird csv import behaviour...

Hi guys!
I was wondering if any of you encountered a werid csv import behaviour:
If the csv file I'd like to import has columns shortened...I mean sometimes you have to click twice on a column to see its full content..and I'm talking about the situation where you don't see it in a full spectrum. Then if im trying to import it I receive an error...if immediately after that I click twice on every column of that csv file...the import works fine...
Any ideas?
With regards,
PsmakR

Hi guys!
I was wondering if any of you encountered a werid csv import behaviour:
If the csv file I'd like to import has columns shortened...I mean sometimes you have to click twice on a column to see its full content..and I'm talking about the situation where you don't see it in a full spectrum. Then if im trying to import it I receive an error...if immediately after that I click twice on every column of that csv file...the import works fine...
Any ideas?
With regards,
PsmakR

Similar Messages

  • 30EA1: Determine column lengths before csv-Import

    Hello out there,
    I tried to import a csv (actually semicolon separated and enclosed in double quotes) into a new table using SQL Developer.
    I got error messages that some columns are to short (ORA-12899). Now the question is, is there an option having SQL Developer determine the maximum length of the data to propose a suitable column width?
    Wenn I convert the csv to Excel an import that, I get similar errors but much later in the process. So Excel-import seems to look much farther ahead than csv-import.
    What I need is SQL Developer scanning the whole file to determine the maximum length of data an not only the first row or the first few 1000 rows.
    Can this be achieved somehow?
    Regards,
    dhalek

    Hi Dhalek,
    Not sure if your problem is that we are not calculating the size of the columns correctly, we are not generating the inserts correctly or if we are not reading the rows with the columns that are large during the preview phase which is where we profile the data and determine the size of the columns. Can you see the rows that are rejected in the preview? When the table is created, are the sizes of the columns correct? Is it possible that your csv file is having the same problem with the single quote as the excel file? Once we have read the data, the generation is handled in the same way for both so the inserts should look the same.
    Sqldeveloper uses java batch insert for the Insert method which is different from standard insert and inserting via a script. The rules are slightly different so rejections may differ. Also, failures reject the entire batch not just the bad row. For now, to limit the number of rejected rows, you can set the preferences->database->advanced-Sql Array Fetch Size to 1 for the import. This will generate only bad rows in the bad file and should make it easier to pinpoint the problem. You'll want to restore that value because it also affects any fetches done by SQLDeveloper. I'll need to research our generation of the single quote in the data.
    Also you may want to try setting the preferences->database->load->preview characters limit to a very high number if you think the problem is that we are not reading the rows with the large columns during the preview. This is the overalll limit of characters that will be read from the file during the preview.
    You can also try the insert script method to load your data which will eliminate any java batch insert issues.
    Thanks,
    Joyce

  • Broken Feature: CSV Import does not set First, Las...

    Hi, I recently signed up our 40+ employee company for Skype for business. The setup process has been terribly onerous and this seems to be the only place to provide feedback. I plan to post several individual items to describe some frustrations.
    To configure out 40+ users I elected to use the CSV import feature. This requires: First Name, Last Name, Email Address, Skype Name, Password.
    The CSV file imported successfully into Skype, and successfully created Skype names in our Skype Manager. It also successfully sent emails to our 40+ employees (which I would have preferred not to happen). However, that is about all it did successfully.
    The password for each user did not import successfully. I was not able to log-in to any user's account with the known password. Only after I reset the user's password could I log into the account. Thus, I had to manually reset 40+ user's passwords. Yuck.
    The First name and last name appear to have done nothing. The user's accounts were not updated with these names. I suspect they were only used to craft personlized emails to the users. Thus, I had to manually update each user's first and last name. Yuck.
    Additionally, users received an "Activation Required Email", despite their account showing up in Skype Manager and being active; I confirmed with a Skype chat representative that the accounts should have been active and that no "activation" was necessary. This email should not have been sent.
    All of our users have been configured and it took about 6 hours to correct the issues and to distribute contacts for what probable should have taken a few minutes.

    Same thing here - each user listed received an invite mail to activate their account, despite having provided passwords for each account in the upload file.  This was a problem since they did not yet know about this project
    The activation page asks them to set their first and last name and password - about the only thing that gets preserved is the email address!  Very disappointing given how much time I spent making sure all the data was correct in the upload CSV.

  • Where to find out what happened? CSV Importer throws Exception of type 'Microsoft.EnterpriseManagement.CSVImport.CSVInstanceException' was thrown."

    Hi all,
    I'm using a CSV Importer in Service Manager Console to import Windows.Computer class data.
    The XML "format" file passes muster.
    Yet none of my CSV records succeed in being loaded due to this error:
    Error: Could not import the row on line ... of CSV file D:\Peter\CMDB II\Exported MPs\TestMPs\SUS_WindowsComputer.csv. Object creation failed with the following error:
    --> Exception of type 'Microsoft.EnterpriseManagement.CSVImport.CSVInstanceException' was thrown.
    Though, like the Microsoft Joke about the Lost Airplane punchline, "...The answer ... was 100 percent correct but absolutely useless...."
    Where/ how can I find the cause of this error in the CSV Importer's exception?

    to paraphrase another bad joke: "Yo Dawg, i herd you liek exceptions, so i put exceptions in your exception so you can debug while you debug".
    the
    system.exception.innerexception property is a way to wrap one exception in another exception and throw it again. This is probably the property you want to look for in the details portion of the exception window. this will likely tell you what the root
    problem is. 

  • Address Book CSV import format

    Can someone point me to where the header record for Address Book CSV import format is documented. I'm trying to match the header record to the default template in Address Book. But I'm just guessing at what the header field labels should be, and looking at what is in the template isn't helpful. There must be Apple documentation somewhere.

    If you tell us what e-mail client on your computer, you use - that would help.
    If you are the original poster (OP) and your issue is solved, please remember to click the "Solution?" button so that others can more easily find it. If anyone has been helpful to you, please show your appreciation by clicking the "Kudos" button.

  • Basic CSV import help

    I am trying really hard to fully migrate from Excel to Numbers but importing a simple CSV file into Numbers is such a struggle.
    I have browsed many existing posts about this, all seeming to focus on the delimiting character. I am using the comma delimiter, but all 3 comma separated values in the CSV file end up in a single cell.
    Am I missing something obvious? I dont want to have to use any scripting or fancy formulas. Either its easy or Numbers is not yet ready to replace Excel. I started with a 30 minute business requirement (if using Excel) but I am now 45 minutes in and havent really started the spreadsheet analysis yet.
    I am only persisting because I have to bite the bullet at some stage. However, can it be done easily.
    Cheers
    eric

    Hello
    Which is the decimal separator used on your machine?
    I'm quite sure that it is the comma.
    If I am right you met a Numbers oddity.
    You may drag and drop your CSV file onto TextEdit's icon to see how it is really built.
    To be readable by Numbers, it must looks like:
    12,,,"15,36"
    15,11,,"31,25"
    or
    12,,,15.36
    15,11,,31.25
    You may also attach a sample file to a mail and send it to my mailbox:
    koenig PERIOD yvan AT tele2 PERIOD fr
    I would be able to look in its internals to check if you met the normal Numbers's behaviour.
    Yvan KOENIG (from FRANCE vendredi 28 décembre 2007 19:19:50)

  • Address Book - Weird text field behaviour

    In Address Book when I try to edit any text field weird things happen.
    When I start typing all the previous characters are repeated with each keystroke - for example typing "Thomas" would become TThThoThomThomaThomas". Pressing the backspace, delete or the ESC key repeats only the keystrokes made, i.e. "Thomas" would be added to the end of "TThThoThomThomaThomas".
    If I click into another field and start typing it still remembers all the previous keystrokes and puts all of them in front of the key I just pressed.
    Additionally, nothing can be typed in the notes field.
    I've tried deleting:
    ~/Library/Preferences/com.apple.AddressBook.abd.plist
    ~/Library/Preferences/com.apple.AddressBook.plist
    but that doesn't fix it.
    Anything in ~/Library/Application Support/Address Book be the problem?
    When I log in a a guest user this behaviour is not present.

    It's good that you tried this on a different account. That suggests that the problem exists somewhere in your user account directory. I don't think anything in ~/Library/Application Support/AddressBook/ would cause this. Do you have any input managers installed? These might be in ~/Library/Input Managers/ or something like that. I've never installed one myself, so I am not certain where they are. I think if you find one, you can just remove it from that folder by dragging it out, and then restarting Address Book might solve the issue.

  • How to ignore the first row in a csv import

    Hello
    This is the file we want to  add to the datamodel:
    https://www.mediafire.com/?a9xrwrwu79whu18
    (BTW this is the csv output from a neat & free software called Jstock)
    Here is an image of the problem:
    As you can see they add automatically a timestamp in the A1 cell ruining the possibility of a clean import.
    Can anyone help with a query to fix this and get the real headers?

    Hi NicoPer,
    To follow your M code. You have  this lines  #"First Row as Header" = Table.PromoteHeaders(Source).
    This mean you use first line ( the line include "timestamp=1415926728041" ) to make
    table header. So you no need to use Table.Skip function. You just use one more Table.PromoteHeaders to make second line to your table header. Below is your code:
    let
        Source = Csv.Document(File.Contents("C:\PATH\JSTOCK.csv"),null,null,null,1252),
        #"First Row as Header" = Table.PromoteHeaders(Source),
        #"Changed Type" = Table.TransformColumnTypes(#"First Row as Header",{{"timestamp=1415926728041", type text}}),
        FirstRowAsHeader = Table.PromoteHeaders(#"Changed Type")
    in
        FirstRowAsHeader
    Regards,

  • Problem with csv imports

    Hi all,
    When I import a csv file, numbers puts spaces between all of the characters, and consequently doesn't recognise numbers as numbers. I know you can get rid of these by the Find and search method, but it's a bit clunky, and it takes all of the spaces out of my titles. Is there an easy way to ensure numbers are recognised as numbers?
    Additional information: the csv file is created in Java, using a file output/ data output stream.
    Any help would be appreciated.

    As I guessed, the problem is the csv file. It is built as an UTF 16 one so tyhere is a nil byte between every characters.
    Here is a quick and dirty script cleaning the files.
    --=====
    on run
    my commun(choose file with prompt "Select a csv file" of type {"public.csv", "public.comma-separated-values-text"} without invisible)
    end run
    --=====
    on open sel
    set un_fichier to first item of sel
    tell application "System Events"
    set type_identifier to type identifier of un_fichier
    end tell
    if type_identifier is in {"public.csv", "public.comma-separated-values-text"} then my commun(un_fichier)
    end open
    --=====
    on commun(le_fichier)
    set le_texte to read le_fichier
    set le_texte to my supprime(le_texte, ASCII character (0))
    set eof of le_fichier to 0
    write le_texte to le_fichier
    end commun
    --=====
    removes every occurences of d in text t
    on supprime(t, d)
    local oTIDs, l
    set oTIDs to AppleScript's text item delimiters
    set AppleScript's text item delimiters to d
    set l to text items of t
    set AppleScript's text item delimiters to ""
    set t to l as text
    set AppleScript's text item delimiters to oTIDs
    return t
    end supprime
    --=====
    Yvan KOENIG (VALLAURIS, France) lundi 3 janvier 2011 19:41:11

  • Changing date format in CSV import

    I'm importing banking statements in csv (comma separated values) to Numbers but dates of transactions are not being properly formatted. My Apple-->System Pref-->International-->Format is set to Canada so that 5th of January 2008 can be shown as 5-Jan-08 or 05/01/08 which is my preference. However, the dates in data from bank will interpret this as 01-May-08 (the bank is Canadian). Is there a simple way I can reformat the data correctly?
    thanks, hopefully I'm clear enough.

    Before importing these datas, set your system to USA
    Given that, the dates would be correctly imported.
    Then, reset the setting to Canada.
    Numbers will then display the dates using you preferred setting.
    You said "imperialism" ? You didn't but it resemble
    Yvan KOENIG (from FRANCE mercredi 17 septembre 2008 10:54:52)

  • Prevent large numbers from becoming scientific notation on CSV import

    Hi, I'm importing contacts in a .CSV file into iWork Numbers and it takes a 12-digit phone number from a guy in the UK and turns it into scientific notation. So something like 447729803988 becomes 4.4772E+11 which obviously loses some important digits. Is there a way to force Numbers to treat all fields as text on import so it doesn't drop this critical data? thanks
    Sean

    scrollin,
    Your digits are all there. Just format those cells to either Text or Number. Leading zeros do tend to get lost unless you pre-format to text. You can force the cell format to text on the fly by prefixing your input with a single-quote.
    Regards,
    Jerry

  • Ovi Calendar CSV import bug

    Hi
    I've got problems importing a .csv file to the calendar. I have a calendar exported from Outlook with ~200 entries. I can import them with ease, no errors here. However when I look at the imported entries, they all show up on the same day. All 200 of them. And the time on them is the same as the time I tried to import them.
    I also tried with some less entries with same results.
    Anyone know a solution?

    Seems like I have to live in US to use it - it was date format that caused this issue.
    Fixing it was easy. Change your location information from Windows Control panel to English (US), export your calendar from outlook - and change back your settings. Now import the csv to Ovi calendar. Oh btw, you might have to adjust the times also, it somehow imagined I live in GMT-time zone, so I had to adjust all my appointments by two hours.
    Easy to use...

  • SQL Developer - mapping column names for csv import

    In Apex I can do a spreadsheet upload to an existing table and it asks me to map source data to existing table, and it usually has the columns correct. I don't know if it imports them in order or what(first column name in table maps to first column in csv file, etc). SQL Developer makes me choose the mappings myself - it doesn't attempt to do a mapping at all, and some of my fieldnames are exactly the same. Am I missing something? Is there a way to get SQL Developer to try to do the mapping for me?
    Note: in apex and sql dev, you should use csv only... they let you choose xls, but xls fails in both products every time.

    So I guess SQL developer can't do this?

  • Address Book -  CSV Import Template?

    I want to create a CSV file to import a large number of contacts into Address Book. I do not know what order the fields are supposed to be in. Does anybody know where I can find a CSV template to use to import these contacts into Address Book?
    Thanks,
    Dan

    I can't tell you what order they go in, but generally speaking, you would use the typical First Name, Last Name, etc order of things. If you take the record with the most amount of data and put that in a text file named 'test.csv' and import it without any field names, Address Book will show you a screen where you can choose which field names you want those pieces of data assigned to, and from that you can create the field names in your actual CSV file and then import it.
    Keep in mind that CSV has a very specific syntax it's expecting, so if you don't conform you data to it, you won't get the results you want. You can read it here: CSV Syntax
    Mulder

  • Weird Image Processor Behaviour

    The image processor has started acting really weird a couple of hours ago. I have been trying to figure the problem out since then, but to no avail. It all started when I tried to run batch processor from the Bridge with a really simple action that is just meant to save the images as a TIFF. This has worked before and I did not change the setup in any way. But this time many of the images just stayed open in Photoshop. They were neither saved nor closed - others were, though. I played around with the settings, repaired permissions, deleted cache files, etc. Then at one point, when I ran the image processor again, it suddenly started to open random raw files! These files are on the same hard drive as the .psd files I was trying to convert, but they are not even nearly in the same directory. In fact, these happened to be really old pictures that I hadn't seen in a while. That scared me. Also I am at the end of my wits. The only thing left to do would be to uninstall and then reinstall Photoshop, I guess. But that would mean, that I would have to go through all the settings again, import my actions, keyboard shortcuts, etc. I'd like to avoid that if possible.
    I am using Photoshop CS 5.0.1 on an iMac running MacOS 10.5.8.

    You mention Image Processor and Batch, which are two different things – which did you employ?
    Could you post a screenshot of the Actions Panel with that specific Action clicked open just to make sure which steps are included?
    And have you tried trashing prefs (after making sure your presets are saved)?

Maybe you are looking for

  • How to unhide the Outbox in Mail 5.1

    I tried to send an attachment that is too large with a mail message.  It tries and tries but will not send. The turning gear shows up next the Sent folder but there is no Outbox folder visible.  How can I diplay the Outbox so I can delete the screwed

  • How to make ipod touch 4g have a long battery life ?

    i have a very low ram pls help !!

  • Human Task - Notification Setting

    Hi everyone I Want to customize the email message that will be sent to the Assignees. The message is as follows: Task <%/task:task/task:title%> requires your attention. Please access the task from the worklist application. Request ID: <%/task:task/ta

  • Do I Need to Delete Matched Songs 256kbps?

    I've read all over this forum and still cant get a "clear" understanding. ITunes has matched thousands of songs in my library. Itsays 'matched" and the bit rate says 256kbps. Do I then have to delete and redownload these very songs (that are already

  • MM03 report assignment in query

    Dear Experts, I am entering MM03 transaction as reprt assignment in a query. When i execute the report and double click a line, it takes me to MM03 but with empty line item. How can i fix that? is there any user parameter for that? I know there are f