Skip to content

Commit

Permalink
Highlight values
Browse files Browse the repository at this point in the history
  • Loading branch information
leomarquine committed Sep 13, 2018
1 parent 1c0318a commit d77dce3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/Extractors/Collection.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Extracts data from any iterable item. It accepts arrays or traversables objects.

| Name | Type | Default | Description |
| ---- |----- | ------- | ----------- |
| columns | array | null | Columns that will be extracted. |
| columns | array | `null` | Columns that will be extracted. |


## Usage
Expand Down
2 changes: 1 addition & 1 deletion docs/Extractors/Csv.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Extracts data from comma separated files with or without a header row.

| Name | Type | Default | Description |
| ---- |----- | ------- | ----------- |
| columns | array | null | Columns that will be extracted. |
| columns | array | `null` | Columns that will be extracted. |
| delimiter | string | , | Field delimiter (one character only). |
| enclosure | string | | Field enclosure character (one character only). |

Expand Down
2 changes: 1 addition & 1 deletion docs/Extractors/FixedWidth.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Extracts data from a text file with fields delimited by a fixed number of charac

| Name | Type | Default | Description |
| ---- |----- | ------- | ----------- |
| columns | array | null | Columns that will be extracted. (required) |
| columns | array | `null` | Columns that will be extracted. (required) |


## Usage
Expand Down
2 changes: 1 addition & 1 deletion docs/Extractors/Json.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Extracts data from a JavaScript Object Notation file.

| Name | Type | Default | Description |
| ---- |----- | ------- | ----------- |
| columns | array | null | Columns that will be extracted. |
| columns | array | `null` | Columns that will be extracted. |


## Usage
Expand Down

0 comments on commit d77dce3

Please sign in to comment.