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...
-
Updated
Jun 4, 2022 - JavaScript
-
Updated
Jun 15, 2022 - PHP
remove jquery stuff
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
-
Updated
Jul 6, 2022 - JavaScript
-
Updated
Jun 26, 2022 - Python
-
Updated
Nov 1, 2021
-
Updated
Jul 6, 2022 - Python
-
Updated
Jul 5, 2022 - Go
-
Updated
Jun 11, 2020 - C++
-
Updated
Jul 6, 2022 - C#
-
Updated
May 26, 2022 - PHP
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.
-
Updated
Jun 7, 2022 - Go
-
Updated
Jul 2, 2022 - PHP
MSSQL Storage
-
Updated
Jul 6, 2022 - C++
-
Updated
May 30, 2022 - PHP
-
Updated
Jul 6, 2022 - C++
-
Updated
Jun 24, 2022 - C++
Performance ideas
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

Formed in 2009, the Archive Team (not to be confused with the archive.org Archive-It Team) is a rogue archivist collective dedicated to saving copies of rapidly dying or deleted websites for the sake of history and digital heritage. The group is 100% composed of volunteers and interested parties, and has expanded into a large amount of related projects for saving online and digital history.

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.