How to preserve empty lines during requirements import from Word
One answer
By design, each paragrah you import into RRC/RDNG becomes a seprately-managed artifact.
It doesn't make sense to have a bunch of blank artifacts, so blank paragraphs are stripped out.
I think there may be a way forward with some pre- and post-processing on your part:
You could add blank lines to the end of each prior artifacts in RRC/RDNG by doing the following:
It doesn't make sense to have a bunch of blank artifacts, so blank paragraphs are stripped out.
I think there may be a way forward with some pre- and post-processing on your part:
You could add blank lines to the end of each prior artifacts in RRC/RDNG by doing the following:
- Search for double-returns in the Word doc, and replace them with some unique character string followed by a return, e.g., "$$@@##<p>"
- Import into RRC/RDNG
- In RRC/RDNG find & replace the special strings with a return [can you do this? I haven't tried]