pyreqif
pyreqif copied to clipboard
Question about xlsx2reqif
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 <SPEC-OBJECT> line, but only "IDENTIFIER" and "LAST-CHANGE". Could you please tell me how to add the "LONG-NAME" information in each <SPEC-OBJECT> line? Thanks in advance!
Best wishes
wow - maybe you could change here: https://github.com/ebroecker/pyreqif/blob/a0ab8252f127f772e28dede9a1c18184b7cb6a96/src/pyreqif/create.py#L48
seems I add the requirement-attributes there.
Regards