Gsf.OutputCsv¶
- Subclasses:
 None
Methods¶
- Inherited:
 - Structs:
 
  | 
|
  | 
Virtual Methods¶
- Inherited:
 
Properties¶
- Inherited:
 
Name  | 
Type  | 
Flags  | 
Short Description  | 
|---|---|---|---|
r/w/c  | 
The end-of-line marker  | 
||
r/w/c  | 
The string used for quoting fields  | 
||
r/w/c  | 
When to quote fields  | 
||
r/w  | 
Does initial or terminal whitespace force quoting?  | 
||
r/w  | 
Characters that cause field quoting  | 
||
r/w/c  | 
The field separator  | 
||
r/w  | 
Where the formatted output is written  | 
Signals¶
- Inherited:
 
Fields¶
- Inherited:
 
Name  | 
Type  | 
Access  | 
Description  | 
|---|---|---|---|
buf  | 
r  | 
||
eol  | 
r  | 
||
eol_len  | 
r  | 
||
fields_on_line  | 
r  | 
||
output  | 
r  | 
||
quote  | 
r  | 
||
quote_len  | 
r  | 
||
quoting_mode  | 
r  | 
||
quoting_triggers  | 
r  | 
||
separator  | 
r  | 
||
separator_len  | 
r  | 
||
sink  | 
r  | 
Class Details¶
- class Gsf.OutputCsv(**kwargs)¶
 - Bases:
 - Abstract:
 No
- Structure:
 
Property Details¶
- Gsf.OutputCsv.props.eol¶
 - 
The end-of-line marker
 
- Gsf.OutputCsv.props.quote¶
 - 
The string used for quoting fields
 
- Gsf.OutputCsv.props.quoting_mode¶
 - Name:
 quoting-mode- Type:
 - Default Value:
 - Flags:
 
When to quote fields
- Gsf.OutputCsv.props.quoting_on_whitespace¶
 - 
Does initial or terminal whitespace force quoting?
 
- Gsf.OutputCsv.props.quoting_triggers¶
 - 
Characters that cause field quoting
 
- Gsf.OutputCsv.props.separator¶
 - 
The field separator
 
- Gsf.OutputCsv.props.sink¶
 - Name:
 sink- Type:
 - Default Value:
 - Flags:
 
Where the formatted output is written