ebroecker / pyreqif

should be a python implementation of reqif-format (import/export)
BSD 2-Clause "Simplified" License
32 stars 15 forks source link

Question about xlsx2reqif #33

Open JiLi01 opened 2 years ago

JiLi01 commented 2 years ago

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

ebroecker commented 2 years ago

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