Methods
(inner) columnMappingToTable(mapping) → {object}
Convert column mapping to table
Parameters:
Name | Type | Description |
---|---|---|
mapping |
object | column mapping |
- Source:
Returns:
table object
- Type
- object
(inner) csvToMapping(csvString) → {object}
Convert csv text to column mapping
Parameters:
Name | Type | Description |
---|---|---|
csvString |
string | csv data text |
- Source:
Returns:
column mapping
- Type
- object
(inner) singleToMultiMapping(mapping) → {object}
Convert single column mapping to multi column mapping
Parameters:
Name | Type | Description |
---|---|---|
mapping |
object | single column mapping |
- Source:
Returns:
multi column mapping
- Type
- object