Menu

Double quotes v. single quotes

T X
2024-09-06
2024-09-07
  • T X

    T X - 2024-09-06

    Hi,

    Would it be possible to not use double quotes when outputting results?

    We'd like to put the results into a CSV format, however when putting double
    quotes around the messages (to ensure that messages containing commas
    aren't split across columns), there were a few messages that contained
    double-quotes:

    filename.h,16,information,missingInclude,"Include file: "rf_version.h" not
    found."

    Using single quotes would allow for a compliant CSV format:

    filename.h,16,information,missingInclude,"Include file: 'rf_version.h' not
    found."

    Thank you!

     
  • Andrew C Aitchison

    You may be able to do this yourself with the --xml or --template=... options.

     

Log in to post a comment.