Method ImportPath
ImportPath(string)
Import of a single CSV file from the Filesystem.
Declaration
public Task<(bool, IEnumerable<Product>)> ImportPath(string path)
Parameters
| Type | Name | Description |
|---|---|---|
| string | path | The path. |
Returns
| Type | Description |
|---|---|
| Task<(bool, IEnumerable<Product>)> | System.ValueTuple<System.Boolean, IEnumerable<Product>>. |