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
  • CSVediting

CSVediting · Changes

Page history
Update CSVediting authored Nov 27, 2021 by cameron's avatar cameron
Show whitespace changes
Inline Side-by-side
Showing with 7 additions and 0 deletions
+7 -0
  • CSVediting.md CSVediting.md +7 -0
  • No files found.
CSVediting.md
View page @ 67a45d0e
...@@ -143,3 +143,10 @@ P->CreateKernelCall<LineSpansKernel>(MatchedLineStarts, MatchedLineEnds, Matched ...@@ -143,3 +143,10 @@ P->CreateKernelCall<LineSpansKernel>(MatchedLineStarts, MatchedLineEnds, Matched
If FilterByMask was used at this point, you would get the matched rows. To delete If FilterByMask was used at this point, you would get the matched rows. To delete
the matched rows, the MatchedLineSpans must be negated (use a Pablo createNot operation). the matched rows, the MatchedLineSpans must be negated (use a Pablo createNot operation).
## Combining Masks
If masks are computed to edit out both a column and a row, these can be combined with a Pablo
createAnd operation and then one FilterByMask can be applied.
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