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 May 24, 2020 by cameron's avatar cameron
Show whitespace changes
Inline Side-by-side
Showing with 11 additions and 0 deletions
+11 -0
  • csv2json.md csv2json.md +11 -0
  • No files found.
csv2json.md
View page @ 82527e9e
......@@ -160,6 +160,17 @@ Given this mask, we need to apply FilterByMask to produce two streamsets:
1. `FilteredBasisBits` is produced by filtering the eight basis bit streams.
2. `FilteredMarks` is produced by filtering two streams produced from parsing: (a) the positions of starts of each record, (b) the positions of the starts of each field, and (c) the positions of any characters that need to be escaped with `\` in the JSON output (escaped_quotes and embedded newlines).
Filtering reduces the length of the stream. For example, for our example above, filtering
the field starts yields the following.
```
Data stream: "Free speech",limitation,"Never yell ""Fire!"" in a crowded theatre."
CSV_data_mask .11111111111..1111111111..11111111111.111111.11111111111111111111111.
Field_starts .1............1...........1..........................................
Filtered_starts 1..........1.........1.......................................
```
### Expansion of Compressed Input
In this phase, `ExpandedBasisBits` is computed by expansion from `FilteredBasisBits` by insertion of zero bits at marked points. The number of zero bits to insert is based on the template string to be inserted.
......
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