jmalloc / ax

A message-driven application toolkit for Go. [EXPERIMENTAL]
MIT License
9 stars 3 forks source link

Use pipe (uncommon character) to separate multiple fields in by-field mapping. #118

Closed jmalloc closed 6 years ago

jmalloc commented 6 years ago

Any pipe or backslash characters in the original fields values are escaped with a backslash, similar to Go string escaping.

Fixes #113

codecov-io commented 6 years ago

Codecov Report

Merging #118 into master will decrease coverage by 0.41%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #118      +/-   ##
==========================================
- Coverage   30.09%   29.67%   -0.42%     
==========================================
  Files          65       66       +1     
  Lines        2266     2298      +32     
==========================================
  Hits          682      682              
- Misses       1573     1605      +32     
  Partials       11       11
Impacted Files Coverage Δ
src/ax/saga/mapping/keyset/byfield.go 0% <0%> (ø) :arrow_up:
src/ax/saga/mapping/direct/byfield.go 0% <0%> (ø) :arrow_up:
src/ax/saga/workflow.go 0% <0%> (ø)

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 81ff1ad...90f109b. Read the comment docs.