You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -177,7 +177,7 @@ nothing()
177
177
178
178
##### `put_filemap`
179
179
180
-
Defines an external map for lookup from a file. Maps with more than 2 columns are supported but are reduced to a defined key and a value column.
180
+
Defines an external map for [lookup](#lookup) from a file. Maps with more than 2 columns are supported but are reduced to a defined key and a value column.
Defines an internal map for lookup from key/value pairs.
205
+
Defines an internal map for [lookup](#lookup) from key/value pairs.
206
206
207
207
```perl
208
208
put_map("<mapName>",
@@ -574,7 +574,7 @@ Additional options when printing unknown values:
574
574
-`encoding` (file output only): Encoding used by the underlying writer. (Default: `UTF-8`)
575
575
-`footer`: Footer which is written at the end of the output. (Default: `\n`)
576
576
-`header`: Header which is written at the beginning of the output. (Default: Empty string)
577
-
-`id`: Field name which contains the record ID; if found, will be available for inclusion in `destination`. (Default: `_id`)
577
+
-`id`: Field name which contains the record ID; if found, will be available for inclusion in `prefix` and `destination`. (Default: `_id`)
578
578
-`prefix`: Prefix to print before the unknown value; may include [format directives](https://docs.oracle.com/javase/8/docs/api/java/util/Formatter.html#syntax) for counter and record ID (in that order). (Default: Empty string)
579
579
-`separator`: Separator which is written after the unknown value. (Default: `\n`)
0 commit comments