Skip to content

Commit

Permalink
Update Readme
Browse files Browse the repository at this point in the history
  • Loading branch information
deviousasti authored Sep 21, 2019
1 parent a97c852 commit fd92a01
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions Readme.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@

#CSV Merge
# CSV Merge

Basic Usage
-----------
Expand Down Expand Up @@ -39,16 +39,16 @@ The combination of key fields will be used to determine the number of rows.

Click on one of the `Combine` fields to choose the type of operation.

###Combine operations
### Combine operations

####`Union`
#### `Union`
Set union, which discards duplicates
`A, A, B, C, A, B, D` becomes `A, B, C, D`

####`Join`
#### `Join`
Joins all fields with the specified separator - if none is specified, a semicolon `;` is used

####`Total`
#### `Total`
Sums all the fields together. A numeric type is expected.

--------------------------------------------------------------------------
Expand Down

0 comments on commit fd92a01

Please sign in to comment.