Field separators missing in mixed output
See original GitHub issueDescription of Issue
When configured to use mixed output, most fields are separated by -
, but some are not and for the Started:
field the separator even shows up between key and value:
Name: foo - Function: pkg.installed - Result: Clean Started: - 18:11:50.912602 Duration: 49.598 ms
This, when properly separated, should look like:
Name: foo - Function: pkg.installed - Result: Clean - Started: 18:11:50.912602 - Duration: 49.598 ms
Setup
Master configured with state_output: mixed
or state_output: mixed_id
.
Steps to Reproduce Issue
salt some_minion state.highstate
Versions Report
2018.3.x and newer (most likely older versions, too).
Issue Analytics
- State:
- Created 4 years ago
- Comments:5 (3 by maintainers)
Top Results From Across the Web
awk script not able to change field separator - Stack Overflow
In AWK scripts, the record and field separators are used to split the next field. That's why they're usually set in a BEGIN...
Read more >Group Separator(ascii 29) doesn't come in scanner output
Missing Group Separator (i.e., ascii value 29) in data displayed on PowerBuilder ... Data has displayed mixed of lower case and upper case....
Read more >Show or hide the thousands separator - Microsoft Support
To display or hide the thousands separator, select or clear the Use 1000 Separator (,) check box. Tip: To quickly display the thousands...
Read more >Converting CSV to Excel: solutions for common issues - Ablebits
Specify delimiter when importing CSV file to Excel ... Close & Load - this will load the results to a new sheet in...
Read more >IMPORT command - IBM
Examples of missing data are: For DEL files: two adjacent column delimiters (",,") or two adjacent column delimiters separated by an arbitrary number...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
If this issue is closed prematurely, please leave a comment and we will gladly reopen the issue.
2,5 years later…