ebroecker/pyreqif

Question about xlsx2reqif

JiLi01 opened this issue · 1 comments

Hi,

thanks a lot for the library! It is really helpful for me. But I have a problem about the output reqif file, in which there is no information about "LONG-NAME" in every line, but only "IDENTIFIER" and "LAST-CHANGE". Could you please tell me how to add the "LONG-NAME" information in each line? Thanks in advance!

Best wishes

wow -
maybe you could change here:

mydoc.addRequirement({"typeRef": specType, "identifier": id, "lastChange": lastChange,

seems I add the requirement-attributes there.

Regards