mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 11:10:21 -07:00
commit
f6aa88fb77
1 changed files with 1 additions and 1 deletions
|
@ -100,7 +100,7 @@ The CSV File Lookup
|
||||||
|
|
||||||
The ``csvfile`` lookup reads the contents of a file in CSV (comma-separated value)
|
The ``csvfile`` lookup reads the contents of a file in CSV (comma-separated value)
|
||||||
format. The lookup looks for the row where the first column matches ``keyname``, and
|
format. The lookup looks for the row where the first column matches ``keyname``, and
|
||||||
returns the value in the first column, unless a different column is specified.
|
returns the value in the second column, unless a different column is specified.
|
||||||
|
|
||||||
The example below shows the contents of a CSV file named elements.csv with information about the
|
The example below shows the contents of a CSV file named elements.csv with information about the
|
||||||
periodic table of elements::
|
periodic table of elements::
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue