CSV
CSV is a common data exchange format that stores tabular data in a plain text file. A CSV file stores the data in a delimited text file that uses commas to separate the values.
Here are 3,690 public repositories matching this topic...
It would be great to have the option "skip N lines", since CSV files often contain not commented headers. Can this be implemented?
For example:
This is a data file generated by some old software.
Next line will contain a headers of parameters.
Temperature, Humidity, Voltage
22.5, 45.5, 220
23.0, 44.0, 219
...
In such case "skipLines: 2" could be added to con
-
Updated
Mar 6, 2020 - PHP
-
Updated
Feb 29, 2020 - JavaScript
-
Updated
Feb 12, 2020 - Python
-
Updated
Feb 22, 2020
-
Updated
Jan 29, 2020 - C++
-
Updated
Mar 11, 2020 - C#
We should set up Issue Templates for this repo. https://github.com/blog/2111-issue-and-pull-request-templates
We should include, at the very least,
- tabula version
- link to PDF, attached PDF or a promise to email it to us if it's private
- platform
thoughts?
I think the plugins docs need to extend beyond a single page now. I want to add a whole section on writing tests for plugins, showing how httpx can be used as seen in simonw/datasette-atom#3 and suchlike.
-
Updated
Jan 7, 2020 - PHP
-
Updated
Mar 11, 2020 - PHP
Hello.
I've come across what (to me) seems to be a problem with the FILENAME and FILENUM variables.
# mlr --version
Miller v5.6.2
# cat /tmp/csv1
A,B,C
_2GB,255,2
_4GB,120,4
_6GB,50,6
_10GB,10,10
# cat /tmp/csv2
FIRST,SECOND,THIRD,FOURTH
1,2,3,4
5,6,7,8
9,10,11,12
13,14,15,16
# mlr --icsv cat then put 'print FILENAME' /tmp/csv1 /tmp/csv2
/tmp/csv1
A=_2GB,B=255,C=2
/
MSSQL Storage
Hi there,
Very interesting tools. Thank you in advance.
I see that MSSQL is not in the roadmap.
How could it be implemented? Adding a dedicated datastore would be enough?
I could eventually help in the process
-
Updated
Oct 27, 2019 - JavaScript
-
Updated
Jan 3, 2019 - Python
-
Updated
Jan 14, 2020 - Java
Hi, minor issue in the "Add asynchronous line by line processing support" (link to example) documentation.
The feature detail example:.
csv()
.fromFile(csvFilePath)
.subscribe((json,lineNumber)=>{
return Promise((resolve,reject)=>{
})
},-
Updated
Mar 9, 2020 - JavaScript
I'm using tsv-utils from the arch linux aur, trying to format some word frequency data from the new general services list dataset. tsv-utils makes at least two errors that I'm able to see when I'm running this commandline:
tsv-select -f 1,7 NGSL+1.01+with+SFI.tsv | tsv-pretty | less
adding -s 5 to tsv-pretty works around this problem. The tsv file was converted from the file NGSL+1.01+with
-
Updated
Mar 4, 2020 - C#
-
Updated
Mar 7, 2020 - Ruby
There is a difference in
safegetzipfilemethod between xlsx.js & xlsx.mini.js.One is missing
replace(/^Root Entry[\/]/,"")so I get this error "Cannot find file [Content_Types].xml in zip" ev