jimbraun / XCDF

XCDF: eXplicitly Compacted Data Format. See documentation at Read the Docs:
https://xcdf.readthedocs.io/en/latest/
Other
14 stars 8 forks source link

Added support for different delimiters in paste command #52

Closed Lilcupcake closed 9 years ago

Lilcupcake commented 9 years ago

xcdf-utility paste now has an option -d for the delimiter of the csv file. This was tested with " " and tabs the two common examples I could think off. The new option is backwards compatible with the old version and if the delimiter flag is not specified it defaults to the old behavior of using commas.