From b335d43dbf1077ace8917401b6ae87860eea766e Mon Sep 17 00:00:00 2001 From: Michiel Mulders Date: Thu, 16 Aug 2018 22:56:46 +0200 Subject: [PATCH] Clarify csv path It's not clear you have to define the csv path from the root of your project. Please add this to the documentation. --- docs/readme.v1.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/docs/readme.v1.md b/docs/readme.v1.md index 845a350..0b3f3f6 100644 --- a/docs/readme.v1.md +++ b/docs/readme.v1.md @@ -91,6 +91,8 @@ csv() Note that `.fromFile(filePath[ ,cb ,options])` takes an `options` parameter which will be passed to `fs.createReadStream()`. See [here](https://nodejs.org/dist/latest-v6.x/docs/api/fs.html#fs_fs_createreadstream_path_options) for docs. +**Tip**: Make sure to define a csv path from the root of your project. + ### From CSV Stream ```js