-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Flatten column names and values with a comma-delimiter (#24)
Applies to both Source and Destination node data roles. e.g. if `FirstName` + `LastName` columns are supplied, this will name the field as `FirstName,LastName' Values submitted to the request are then similarly flattened, e.g.: `["Daniel,Marsh-Patrick", "Desirree,Adegunle"]` This pattern will consolidate and delimit a smany columns as are supplied to each data role.
- Loading branch information
Showing
1 changed file
with
55 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters