Uploaded image for project: 'Apache Hop (Retired)'
  1. Apache Hop (Retired)
  2. HOP-4045

(DOC) define HOP regular expressions

    XMLWordPrintableJSON

Details

    • Improvement
    • Status: Closed
    • Major
    • Resolution: Fixed
    • None
    • Migrated to GHI
    • Documentation
    • None

    Description

      https://hop.apache.org/manual/next/pipeline/transforms/textfileinput.html

      • "Selecting files using Regular Expressions" gives examples of some unusual regex constructs. Please link to a definition of these regexes
        # maybe .*userdata.*\.txt is meant?
        .userdata.\.txt  
        # what is ENG? and are there other digits but ENG? And how does this relate to Unicode char classes?
        [ENG:A-Z][ENG:0-9].*  
        
      • specify whether regexes are anchored (as if surrounded by ^...$) or partial-match
      • define subheadings (anchors) for "Selecting files using Regular Expressions" and "Accepting filenames from a previous transform"

      Attachments

        Activity

          People

            hansva Hans Van Akelyen
            vladimir.alexiev Vladimir Alexiev
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: