pyreqif icon indicating copy to clipboard operation
pyreqif copied to clipboard

should be a python implementation of reqif-format (import/export)

Results 9 pyreqif issues
Sort by recently updated
recently updated
newest added

Hi, I am rather new to python and this platform. I don't know how to use the Code of the xlsx2reqif programm. Do I have to install a special environment...

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...

[Fix-incorrect-translation-of-character-to-gt.zip](https://github.com/ebroecker/pyreqif/files/8520617/Fix-incorrect-translation-of-character-to-gt.zip)

Trying to run the following command python xlsx2reqif.py "Trial Quality ReqIF download.xlsx" ERROR: C:\Temp\pyreqif>python xlsx2reqif.py "Trial Quality ReqIF download.xlsx" Traceback (most recent call last): File "xlsx2reqif.py", line 96, in pyreqif.create.addReqType("_some_requirement_type_id",...

I am getting the follwing error whenver try to load a .reqif file \rif.py", line 348, in load values[value['attributeRef']] = reqif2py(value) KeyError: 'attributeRef' myDoc = pyreqif.reqif.load('a.reqif')

I plan to read in a `reqif` file with your parser and then edit it accordingly with additional information. The issue I came across is that the `ATTRIBUTE-DEFINITION-DATE' and its...

[TEST_List_and_CheckBoxes_DataTypes.zip](https://github.com/ebroecker/pyreqif/files/3845990/TEST_List_and_CheckBoxes_DataTypes.zip) The attached file contains one column with a list datatype and one column with a check box datatype: ![image](https://user-images.githubusercontent.com/13136980/68849966-60caf000-06d3-11ea-8d3a-c941bba402ef.png) RIF lists are converted to pure text in the Excel...

Hi, I am having trouble importing the reqfile generated by the xlsx2reqif code into Capella. While I can see the requirement lines being created, they are all empty. Could there...