Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • Sean Mooney 131 posts 158 karma points c-trib
    Sep 29, 2010 @ 17:34
    Sean Mooney
    0

    CSV import skips first record

    I'm using the csv option for import and the first record is being ignored.

    Example csv file:

    "Column Name 1", "Column Name 2"
    "Record 1A", "Record 1B"
    "Record 2A", "Record 2B"
    "Record 3A", "Record 3B"
    "Record 4A", "Record 4B"

    With the above file, int the columns dropdown are  "Record 1A" and "Record 1B" instead of "Column Name 1", etc.

    Then when I import it actually starts with "Record 2A"

    To solve I had to duplicate my first record.

  • Richard Soeteman 4035 posts 12842 karma points MVP
    Sep 30, 2010 @ 08:31
    Richard Soeteman
    0

    Hi,

    You can't use TextIndicators on your first column. So changing the column names to Column Name 1, Column Name 2 should solve it.Stange that the csv component I'm using takes the second record..

    Cheers,

    Richard

Please Sign in or register to post replies

Write your reply to:

Draft