I am trying to import a set of requirements in a CSV file. In the scope, I attempted to escape commas being used for grammar (as opposed to delimitation) with double quotes. This resulted in the requirement containing double quotes and any requirements thereafter, being omitted during the import. Is this a TestLink bug? Is there a workaround? Is it even possible to import a set of requirements containing commas within the paragraph tags (<p></p>)?
Thanks,
-Mark
[SOLVED] Unable to escape commas in a CSV
Moderators: Amaradana, TurboPT, TL Developers
-
- TestLink user
- Posts: 2
- Joined: Mon Dec 06, 2010 7:07 pm
Re: Unable to escape commas in a CSV
paste here several line of your file to understand what you have done
-
- TestLink user
- Posts: 2
- Joined: Mon Dec 06, 2010 7:07 pm
Re: Unable to escape commas in a CSV
The problem was with my understanding of how to escape the comma.
What I did...
ENG-0001,Main Deflector,<p>Main deflector bla"," bla"," bla.</p>
What I should have done...
ENG-0002,Main Deflector,"<p>Main deflector bla, bla, bla.</p>"
What I did...
ENG-0001,Main Deflector,<p>Main deflector bla"," bla"," bla.</p>
What I should have done...
ENG-0002,Main Deflector,"<p>Main deflector bla, bla, bla.</p>"