-
Hi
This is not an issue, rather a question how the library works.
I trying to create a class that have a couple of methods and I want to run these in a serie.
1. read the dir
2. read the fil…
-
My csv file has 9 columns but 10 values. I want to add 1 column manually before parsing the file. How can I achieve this? Thanks!
matbz updated
7 years ago
-
Using version 1.1.7, this does not give any output:
> const csv = require('csvtojson');
> csv()
> .on('header', () => {
> console.log('header');
> });
-
Is there a way to get the header row from a `csv` event (without listening to `json`, `end_parsed` or `record_parsed`)? The following does not provide access to header row from `csv` event:
```
/*…
-
**FYI**: This is with the latest code from master
Version: serverless@1.26.1
Steps to reproduce: Create any/simple stack which uses this plugin, and try to do a single-function deploy.
```
Error…
-
Hi, I'm having an issue related to encoding.
My Worksheet is in UTF-8 encoding, but when I read it in nodejs, it's shown broken like below:
Original Text: **Ajuste de horário.**
Shown Text: **_…
-
Anyone knows why the created JSON objects that are pushed to the json variable are not in the end turns out to be push into an `array` (see xad.json, the json objects are not wrapped inside an array).…
-
Hi,
I have a function defined as:
```csharp
[FunctionName("CsvToJson")]
public static HttpResponseMessage Run(
[HttpTrigger(AuthorizationLevel.Function, "get", "post", Route = "HttpTri…
-
I have an app being developed on both Windows and Mac. I'm doing the back end work on a Windows 10 machine. Running _ember electron_ works on either Mac or Windows. I'm also able to run _ember electro…
-
Hi,
I'm new to angular and I'm getting this error. Could anyone explain to me how?
* I installed the npm package csvtojson like this. npm i --save csvtojson.
I can see it in my node_module.
…