Rally Software

  • 1.  I receive a line:0 error when importing a test case

    Posted Mar 29, 2019 11:04 AM
      |   view attached

    I am attempting to import a test case using the import template provided by Agile Central.  WHen I upload the file, I receive this error: 

    Attachment(s)



  • 2.  Re: I receive a line:0 error when importing a test case

    Broadcom Employee
    Posted Mar 29, 2019 04:22 PM

    Hi Ginger,

     

    What does your Excel look like when you open that file?  For me, it's putting everything into one column:

     

    This is because the file is tab delimited in spite of the extension being CSV.

     

    A quick way to fix this,

    1. Select Column A
    2. Click the Data tab
    3. Click Text to Columns

     

    Choose Delimited and click Next:

     

     

     

    Choose Tab and click Finish

     

     

    Now you should have something like this:



  • 3.  Re: I receive a line:0 error when importing a test case

    Posted Apr 01, 2019 09:58 AM

    Hi, David,

    The file downloads in columns automatically.

     

     

    Thank you,

    Ginger



  • 4.  Re: I receive a line:0 error when importing a test case
    Best Answer

    Broadcom Employee
    Posted Apr 05, 2019 06:41 PM

    Hi Ginger,

     

    I was doing some searching around this and found an old community post that alludes to this being an issue still with CSV vs tab delimited files:

    Product Announcement - New Test Case Import 

     

    Take a look at the "some things to note" section.

     

    Basically, the issue lies with Excel. When you edit any CSV file and proceed to Save the file, Excel defaults to Text format which removes the comma's from the CSV file. To avoid this, you would select Save As and change Text to CSV - this ensures that the commas are preserved and the columns are properly formatted.