Did you know ... | Search Documentation: |
Pack logtalk -- logtalk-3.85.0/docs/_sources/csv_3.rst.txt |
.. index:: csv(Headerï¼Separatorï¼IgnoreQuotes) .. _csv/3:
.. rst-class:: right
object
csv(Header,Separator,IgnoreQuotes)
Header
- Header handling option with possible values missing
, skip
, and keep
(default).Separator
- Separator handling option with possible values comma
(default for non .tsv
and non .tab
files or when no file name extension is available), tab
(default for .tsv
and .tab
files), semicolon
, and colon
.IgnoreQuotes
- Double-quotes handling option to ignore (true
) or preserve (false
; default) double quotes surrounding data.
CSV file and stream reading and writing predicates.
| Availability:
| logtalk_load(csv(loader))
| Author: Jacinto Dávila and Paulo Moura | Version: 2:1:0 | Date: 2023-11-15
| Compilation flags:
| static, context_switching_calls
| Implements:
| public
:ref:`csv_protocol <csv_protocol/0>`
| Uses:
| :ref:`list <list/0>`
| :ref:`logtalk <logtalk/0>`
| :ref:`os <os/0>`
| :ref:`reader <reader/0>`
| :ref:`type <type/0>`
| Remarks: | (none)
| Inherited public predicates: | Â :ref:`csv_protocol/0::guess_arity/2` Â :ref:`csv_protocol/0::guess_separator/2` Â :ref:`csv_protocol/0::read_file/2` Â :ref:`csv_protocol/0::read_file/3` Â :ref:`csv_protocol/0::read_file_by_line/2` Â :ref:`csv_protocol/0::read_file_by_line/3` Â :ref:`csv_protocol/0::read_stream/2` Â :ref:`csv_protocol/0::read_stream/3` Â :ref:`csv_protocol/0::read_stream_by_line/2` Â :ref:`csv_protocol/0::read_stream_by_line/3` Â :ref:`csv_protocol/0::write_file/3` Â :ref:`csv_protocol/0::write_stream/3` Â
.. contents:: :local: :backlinks: top
(no local declarations; see entity ancestors if any)
(no local declarations; see entity ancestors if any)
(no local declarations; see entity ancestors if any)
(none)