How to Skip the first column from importing Csv via Dataport

Hi All,

I have created a dataport with some fields to import.It was working properly.

But now,some unwanted data is there in my import file's first column(csv file which ready to import).

So, i want to skip the first column without affecting the import file.

Please suggest me some code or steps to implement this...

Thanks in advance,
Jacob A.

Answers

  • ArhontisArhontis Member Posts: 667
    You can do either of these:
    1. Delete the first column of the file you import
    2. Add a new text column as first column on your dataport and just ignore its value in your code.
  • TallyHoTallyHo Member Posts: 383
    "Add a new text column as first column on your dataport and just ignore its value in your code."

    Create a global text var, and put it in the colunm instead of a table field.
    Do nothing with the text var.
Sign In or Register to comment.