-
Notifications
You must be signed in to change notification settings - Fork 73
returned fields #329
Copy link
Copy link
Open
Description
Separator is for multiple fields use in scripting. Issue is addition of null extra field by trailing separator character. There should be one less separators than the number of fields. i.e -- five fields returned should have only four separator characters
example:
field1|field2|field3|field4|field5
Current version of yad returns as:
field1|field2|field3|field4|field5|
The extra null field has to be handled to to show five fields instead of six
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels