Re: How do I strip off the extra double quote or white space

Hi Ben,

You are exactly correct: "it’s adding it as a single

element instead of two, as you want."

It is my main problem: if the second line array[1] has 7 elements, it’s
still adding as a single element? How do I fix it?

If I use assert_equal and put the details for each element in the assert
method and compare directly. It works OK (please look at Assert_equalOK
attached file).

If I try to use external cvs file, it has the problem and can not
separate the link detail as different element! I attached the csv file
and the my assert_equal_from_File for you to review.

Thanks a lot for your help,

Ban