Skip to content

GitLab

  • Projects
  • Groups
  • Snippets
  • Help
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
P parabix-devel
  • Project overview
    • Project overview
    • Details
    • Activity
    • Releases
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 9
    • Issues 9
    • List
    • Boards
    • Labels
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Operations
    • Operations
    • Incidents
    • Environments
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • CI/CD
    • Repository
    • Value Stream
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Members
    • Members
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • cameron
  • parabix-devel
  • Wiki
  • csv2json

csv2json · Changes

Page history
Update csv2json authored Nov 09, 2021 by cameron's avatar cameron
Hide whitespace changes
Inline Side-by-side
Showing with 2 additions and 4 deletions
+2 -4
  • csv2json.md csv2json.md +2 -4
  • No files found.
csv2json.md
View page @ 94ededd0
......@@ -22,10 +22,8 @@ applicable to produce a correct JSON format.
5. The JSON objects are displayed one per line, with no other whitespace added to the representation.
Although this scheme is universal, it could be preferable to translate some data values
into JSON numbers, booleans (`true` and `false`) or the `null` value instead.
Other options involve different whitespace conventions for the JSON output and/or possibly
translating some CSV values into structured JSON objects.
However, we first consider the universal scheme in order to illustrate the simplest application of Parabix methods to this problem.
into JSON numbers, booleans (`true` and `false`) or the `null` value instead. Other options involve different whitespace conventions for the JSON output and/or possibly
translating some CSV values into structured JSON objects. However, we first consider the universal scheme in order to illustrate the simplest application of Parabix methods to this problem.
## Example
As a simple running example, we use the following CSV input file.
......
Clone repository
  • Bracket Matching
  • CSV Validation
  • CSVediting
  • CSVparsing
  • Character Code Compilers
  • KernelLibrary
  • Pablo
  • ParabixTransform
  • Parallel Deletion
  • Parallel Hashing
  • Performance Testing Script
  • Shuffle Pattern Library
  • StaticCCC
  • String Insertion
  • UCD: Unicode Property Database and Compilers
View All Pages