• Places
    • Home
    • Graphs
    • Prefixes
  • Admin
    • Users
    • Settings
    • Plugins
    • Statistics
  • CPACK
    • Home
    • List packs
    • Submit pack
  • Repository
    • Load local file
    • Load from HTTP
    • Load from library
    • Remove triples
    • Clear repository
  • Query
    • YASGUI SPARQL Editor
    • Simple Form
    • SWISH Prolog shell
  • Help
    • Documentation
    • Tutorial
    • Roadmap
    • HTTP Services
  • Login

F.2 Library predicates
AllApplicationManualNameSummaryHelp

  • Documentation
    • Reference manual
      • Summary
        • Library predicates
          • library(aggregate)
          • library(ansi_term)
          • library(apply)
          • library(assoc)
          • library(broadcast)
          • library(charsio)
          • library(check)
          • library(clpb)
          • library(clpfd)
          • library(clpqr)
          • library(csv)
          • library(dcgbasics)
          • library(dcghighorder)
          • library(debug)
          • library(dicts)
          • library(error)
          • library(fastrw)
          • library(explain)
          • library(help)
          • library(gensym)
          • library(heaps)
          • library(increval)
          • library(intercept)
          • library(iostream)
          • library(listing)
          • library(lists)
          • library(main)
          • library(occurs)
          • library(option)
          • library(optparse)
          • library(ordsets)
          • library(persistency)
          • library(portraytext)
          • library(predicate_options)
          • library(prologdebug)
          • library(prologjiti)
          • library(prologpack)
          • library(prologxref)
          • library(pairs)
          • library(pio)
          • library(random)
          • library(rbtrees)
          • library(readutil)
          • library(record)
          • library(registry)
          • library(settings)
          • library(simplex)
          • library(statistics)
          • library(terms)
          • library(ugraphs)
          • library(url)
          • library(www_browser)
          • library(solution_sequences)
          • library(thread)
          • library(thread_pool)
          • library(varnumbers)
          • library(yall)
    • Packages
h3 id="sec:summary-lib-csv">F.2.11 library(csv)
csv_options/2Compiled is the compiled representation of the CSV processing options as they may be passed into csv//2, etc.
csv_read_file/2Read a CSV file into a list of rows.
csv_read_file/3Read a CSV file into a list of rows.
csv_read_file_row/3True when Row is a row in File.
csv_read_row/3Read the next CSV record from Stream and unify the result with Row.
csv_read_stream/3Read CSV data from Stream.
csv_write_file/2Write a list of Prolog terms to a CSV file.
csv_write_file/3Write a list of Prolog terms to a CSV file.
csv_write_stream/3Write the rows in Data to Stream.
csv//1Prolog DCG to‘read/write' CSV data.
csv//2Prolog DCG to‘read/write' CSV data.

<

ClioPatria (version V3.1.1-42-gd6a756b-DIRTY)