We have a program that runs on a linux machine that outputs a text file. The description field has \n as line breaks.
here is an example:
\nSynopsis :\n\nError on machine.\n\nDes cription :\n\nThere is a report of volnerability\n this would make the computer at risk\nSolution :\n\nSolution:\ nInstall new patches
Is there a way to make the \n as line breaks on a report or form?
I currently just have an imported table that has a findingID and then the description, which is the data above.
here is an example:
\nSynopsis :\n\nError on machine.\n\nDes cription :\n\nThere is a report of volnerability\n this would make the computer at risk\nSolution :\n\nSolution:\ nInstall new patches
Is there a way to make the \n as line breaks on a report or form?
I currently just have an imported table that has a findingID and then the description, which is the data above.
Comment