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

Field splitter: add support for escape string

    XMLWordPrintableJSON

Details

    Description

      If you have a delimiter like a colon : and you want to include it in a string you can either wrap it in an enclosure or escape the character in question.  We need support for reading those sets of data that have escaped characters in it.

      Example: 

       

      aaa:123.4:c:ddd-dd:eeee\\:\\:eee:fff
      

      Should be split to: 

      aaa
      123.4
      c
      ddd-dd
      eeee::eee
      fff

      with delimiter

      :

      and escape characters

      \\

          

      Attachments

        Issue Links

          Activity

            People

              Unassigned Unassigned
              mcasters Matt Casters
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Time Tracking

                  Estimated:
                  Original Estimate - Not Specified
                  Not Specified
                  Remaining:
                  Remaining Estimate - 0h
                  0h
                  Logged:
                  Time Spent - 20m
                  20m