Page MenuHomePhabricator

Implement "replace" transformation step
Open, Needs TriagePublicFeature

Description

The following transformation steps should be implemented as soon as possible, as they would be particularly useful to start experimenting with the initial releases of Web2Cit-Core and Web2Cit-Server:

  • "replace" transformation: replaces a substring or regular expression with another string
  • "match" transformation: isolates substrings matching a target

Event Timeline

Match transformation step type implemented in b037845a.

diegodlh renamed this task from Implement "replace" and "match" transformation steps to Implement "replace" transformation step.Mar 9 2022, 2:39 PM
diegodlh updated the task description. (Show Details)
diegodlh changed the subtype of this task from "Task" to "Feature Request".Aug 31 2022, 2:30 PM
diegodlh removed a project: Web2Cit-Core (v0.0.1).

It is worth noting that in the meantime, as a workaround, one may use a Split transformation followed by a Join transformation, as suggested by @Kerry_Raymond. However, Split transformation does not support regular expressions.