ebroecker / pyreqif

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

last record is missed while using xlsx2reqif.py #27

Closed shripadkl123 closed 3 years ago

shripadkl123 commented 3 years ago

jira1.xlsx

D:\pyreqif-py3>python xlsx2reqif.py jira1.xlsx {'IDENTIFIER': '_doc_type_ref', 'LAST-CHANGE': '2021-02-15T17:56:38.169367', 'LONG-NAME': 'doc_type'}

D:\pyreqif-py3>

"jira1.reqifz" file is created. Unzip it and check open jira1.reqif in Notepad++. The record with "ACDS-1" is missing.

ebroecker commented 3 years ago

hi @shripadkl123 thanks, fixed in a0ab825