-
```
From Manna Energy
null fields show in the briefcase csv as nothing so you end up with a bunch of
commas in a row when there is a null value from an optional field that was
skipped. This, combin…
-
Trying to normalize some files that may be quoted or unquoted. Either double or single quotes may be used . But single quotes don't seem to be removed.. Is there a flag that can be added as --iqs (in…
-
Some fields may contain multiline text (like a comment fields).
Investigate how to configure Datami to display and edit multiline test correctly
Some example of multinline text rendering can be …
-
It doesn't tell you what you can do to resolve the warning.
-
Created attachment 1657 [details]
tiny csv file 1
I attach a tiny .csv file, na1.csv. I created na2.csv by editing out the first column of na1.csv. (I can only attach one file, but I have pasted the…
-
### Description
I have some CSV files which are basically lists of points with additional metadata:
```csv
x,y,z,a,b,c
0.5,0.0,0.0,a1,b1,c1
0.0,0.5,0.0,a2,b2,c2
0.0,0.0,0.5,a3,b3,c3
```
Idea…
-
Thanks for your hard work! I really like your approach on creating good usable enums in go!
I have a very common usecase in one of my pet-projects: It is a web application and I'm in the need to ha…
-
## Expected Behavior
If a value in CSV file contains a semicolon, it should be wrapped in double quotes or have alternative way to escape the delimeter.
## Current Behavior
The unescaped delimete…
-
**Description of problem:**
Running psteal.py on browser history generates content that is not RFC 4180 valid, as quotes might appear in the URL+title field, without being quoted
`2021-09-07T06:…
-
The current validation for CSV file upload isn't sufficient. It just relies on the exception raised and there is no actual validation on the uploaded file
https://github.com/ltenzil/scrape/blob/6eb16…