-
There are many systems that export a csv with a few rows of metadata:
Consider a Google Play export:
```
Per Transaction Report
Reporting Period: 2014-01-01 to 2014-01-31 …
-
I'm not a node expert and am struggling with how to override the filesystem. I have ftp-srv working fine using the default setup, even running in a docker container.
My application requires receivi…
imoon updated
6 years ago
-
Hello, I am receiving the following error when trying to create a production build for a react application with react-scripts which uses version 1.1.11 of the csvtojson package.
```
$ react-scripts …
-
I have the following CSV
```
"Name","Number"
"John , space", 1234
"Mr. , space", 4321
```
Notice that after "John" and "Mr." there is a space.
```
.\node_modules\.bin\csvtojson ./test.csv
…
-
I've got an issue with empty values inside quotes, here is an example:
```
const csv = require('csvtojson');
const string = 'a|^^|^b^';
csv({
delimiter: '|',
quote: '^',
noheader: tru…
-
Earlier version of this package had benchmark.js in the bin folder.
Now that file is missing & because of that package has stopped working.
Please help
-
I'm having duplicate objects in m parsing results.
I'm parsing large CSV files (using `fromFile` and the `on('json')` event) using workers.
When i set `workerNum:4` everything seems to be ok (as f…
-
Hi,
My CSV files are having a lot to numeric data. But in the resultant json, all the numeric data is converted to string.
Example,
**My CSV file**
_Temperature,Humidity,Wind_Speed,Pressure,…
-
We have been using v1.0.3 without issue, upgraded to 1.1.3 and have been having issues.
On a really short CSV file, if there is a trailing line break (i.e. last line empty), it will throw a ECONNRE…
-
If you suspect this could be a bug, follow the template.
- What version of Dgraph are you using?
Docker image `dgraph/dgraph:latest` Image ID `f440f51e7171`
```
Dgraph version : v1.0.6
Co…
bluet updated
6 years ago