Uploaded image for project: 'Red Hat Fuse'
  1. Red Hat Fuse
  2. ENTESB-16032

Mapping details are missing for a field in array when editing

    XMLWordPrintable

Details

    • False
    • False
    • % %
    • Undefined
    • Hide

      When I want to edit an existed mapping after close DataMapper, mapping details (CopyTo, Repeat, Split) are missing. This happens only when I map to an field of array. See video below:
      video.webm

      To workaround for this is to delete that affected mapping and define it again.

      The default postrgesql connection is used as a source (select * from todo) + split step
      AMQ step is used as a target with JSON instance
      e.g.

      {
        "officeNumber": 1,
        "arr": [
          {
            "name":"test1",
            "surname":"surname1",
            "addresses":[
              {
                "street":"street1"
              },
              {
                "street":"street2"
              }
            ]
          }
        ]
      }
      
      Show
      When I want to edit an existed mapping after close DataMapper, mapping details (CopyTo, Repeat, Split) are missing. This happens only when I map to an field of array. See video below: video.webm To workaround for this is to delete that affected mapping and define it again. The default postrgesql connection is used as a source (select * from todo) + split step AMQ step is used as a target with JSON instance e.g. { "officeNumber" : 1, "arr" : [ { "name" : "test1" , "surname" : "surname1" , "addresses" :[ { "street" : "street1" }, { "street" : "street2" } ] } ] }

    Attachments

      1. video.webm
        1.49 MB
      2. repeat.png
        repeat.png
        6 kB
      3. copyTo.png
        copyTo.png
        7 kB
      4. split.png
        split.png
        21 kB
      5. after-DM-reopen-export.zip
        5 kB
      6. before-DM-reopen-export.zip
        5 kB

      Activity

        People

          toigaras@redhat.com tomohisa igarashi
          mkralik@redhat.com Matej Kralik
          Matej Kralik Matej Kralik
          Votes:
          0 Vote for this issue
          Watchers:
          3 Start watching this issue

          Dates

            Created:
            Updated:
            Resolved: