class documentation

CSV format settings

Class Variable delimiter field delimiter
Class Variable encoding encoding for CSV files
Class Variable formulaHack prepend numeric strings with an equal sign
Class Variable quote quote sign
Class Variable quoteAll quote all fields
Class Variable rowDelimiter row delimiter

Inherited from Config:

Class Variable uid unique ID

Inherited from Data (via Config):

Method __init__ Undocumented
Method __repr__ Undocumented
Method get Undocumented
Method set Undocumented
Method update Undocumented
delimiter: str = (source)

field delimiter

encoding: str = (source)

encoding for CSV files

formulaHack: bool = (source)

prepend numeric strings with an equal sign

quote: str = (source)

quote sign

quoteAll: bool = (source)

quote all fields

rowDelimiter: str = (source)

row delimiter