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 Mar 29, 2020 by cameron's avatar cameron
Hide whitespace changes
Inline Side-by-side
Showing with 1 addition and 1 deletion
+1 -1
  • csv2json.md csv2json.md +1 -1
  • No files found.
csv2json.md
View page @ a23e9f92
...@@ -28,7 +28,7 @@ A corresponding JSON output could be as follows. ...@@ -28,7 +28,7 @@ A corresponding JSON output could be as follows.
## CSV to JSON Scheme ## CSV to JSON Scheme
1. First determine the number of fields for each record and their field names. Represent as a C++ 1. First determine the number of fields for each record and their field names. Represent as a C++
std::vector<std::string> FieldNames such that the size of the vector is the number of fields. string vector FieldNames such that the size of the vector is the number of fields.
The list of fields could be taken from the first line of the file or supplied as a program parameter. The list of fields could be taken from the first line of the file or supplied as a program parameter.
Example: Family Name,Given Name,email Example: Family Name,Given Name,email
......
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