#
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 6,991 public repositories matching this topic...
An elegant dashboard
i18n
mock
admin
csv
webpack
vue
fontawesome
element
vuex
xlsx
vue-cli
desktop
admin-dashboard
axios
admin-template
management-system
element-ui
vue-admin
vue-cli3
-
Updated
Jun 4, 2022 - JavaScript
-
Updated
Jun 15, 2022 - PHP
Open
remove jquery stuff
jimmywarting
commented
Nov 14, 2020
I think this tool should be as vanilla as possible and only do one thing
web workers, node and deno don't need this unnecessary stuff
that means removing this jQuery bit
https://github.com/mholt/PapaParse/blob/5747da6c9927642743d6d44d49689be2d2fa0b10/papaparse.js#L87-L179
most ppl have moved away from the good old days of jquery now where MVC have taken over such as vue, angular, react, sa
Excel Workbook Manager
csv
xlsx
workbook
hacktoberfest
worksheet
exceljs
xlsxwriter
xlsx-workbook
xlsxreader
streaming-workbook
workbook-writer
-
Updated
Jul 6, 2022 - JavaScript
q - Run SQL directly on delimited files and multi-file sqlite databases
python
cli
tsv
csv
sql
database
command-line
sqlite
sqlite3
q
command-line-tool
textasdata
qtextasdata
-
Updated
Jun 26, 2022 - Python
A list of command line tools for manipulating structured text data
html
cli
yaml
toml
tsv
json
list
csv
xml
conversion
delimited-files
awk
ini
text-files
configuration-file
structured-text
-
Updated
Nov 1, 2021
A terminal spreadsheet multitool for discovering and arranging data
python
cli
tsv
json
csv
reconciliation
sqlite
opendata
loader
tabular-data
spreadsheet
eda
pandas
tui
unix-toolkit
hdf5
datawrangling
devops-tools
datajournalism
-
Updated
Jul 6, 2022 - Python
Miller is like awk, sed, cut, join, and sort for name-indexed data such as CSV, TSV, and tabular JSON
tsv
devops
json
statistics
csv
command-line
json-data
tabular-data
data-reduction
unix-toolkit
statistical-analysis
csv-format
devops-tools
data-regression
data-processing
command-line-tools
data-cleaning
streaming-algorithms
streaming-data
miller
-
Updated
Jul 5, 2022 - Go
Create charts from the command line
-
Updated
Jun 11, 2020 - C++
Thoughtfully architected, obscenely fast, thoroughly enjoyable web services for all
-
Updated
Jul 6, 2022 - C#
Read and write spreadsheet files (CSV, XLSX and ODS), in a fast and scalable way
-
Updated
May 26, 2022 - PHP
wsuchy
commented
Sep 12, 2020
When creating a dump from OpenEdge (Progress) database, boolean fields will contain the following values:
- "yes" - true
- "no" - false
- "?" - null. I am assuming that everything else than yes/no is null here.
Work In Progress
Contribution
Good First Issue
This is a good way to contribute to pgloader for the first time
A Docker-powered stateless API for PDF files.
html
api
docker
markdown
pdf
csv
excel
word
http2
libreoffice
wkhtmltopdf
conversion
xlsx
google-chrome
chromium
docx
pptx
pdftk
unoconv
puppeteer
-
Updated
Jun 7, 2022 - Go
mysql
api
yaml
json
csv
sql
xml
country
state
countries
states
city
cities
region
regions
hacktoberfest
provinces
world-regions
countries-states-cities
country-state-city
-
Updated
Jul 2, 2022 - PHP
vlad88sv
commented
Jul 16, 2019
Open
MSSQL Storage
5
WinMerge is an Open Source differencing and merging tool for Windows. WinMerge can compare both folders and files, presenting differences in a visual text format that is easy to understand and handle.
editor
windows
tsv
c-plus-plus
diff
image
csv
csv-files
winmerge
merge
image-comparison
win32
mfc
compare-files
image-diff
csv-diff
tsv-files
tsv-diff
csv-comparison
webpage-diff
-
Updated
Jul 6, 2022 - C++
CSV data manipulation made easy in PHP
-
Updated
May 30, 2022 - PHP
The Time Series Visualization Tool that you deserve.
-
Updated
Jul 6, 2022 - C++
Multi-purpose serial data visualization & processing program
iot
arduino
qt
microcontroller
embedded
csv
serial
graph
network
projects
ground-station
cansat
serial-studio
-
Updated
Jun 24, 2022 - C++
Open
Performance ideas
eatonphil
commented
Jun 21, 2022
Catchall for now for potential improvements to datastation/dsq.
- SQL pre-processing
- Import only used fields (see #71)
- Do pre-filtering of data in SQLiteWriter, only insert things that match the WHERE clause
- Support more input types using SQLiteWriter, basically requires supporting expanded nested objects in (see notes in #67 )
- Maybe Handle jsonl in parallel since newlines must
good first issue
Good for newcomers
While writing string data (example = "121212121212121" -> string of all integer characters) into excel.
while user download and see, the downloaded xl/CSV, the data is shown in exponential format. Is there a way to show the same data. without converting into exponential in this case.