Customer Portal

CloverETL missing values in data inspector

Comments 1

  • Avatar
    admin
    0
    Comment actions Permalink
    Hi Shun Long,
    Usually, this situation happens when the debug function is enabled right after a graph run.
    Even though you can always see a number of records that passed through the edge, the edge itself doesn't store the data. That's what the debug does. Therefore you have to enable the debug first, then run the graph and after that, you should be able to inspect the data which the debug captured.

    Also, there is an option to disable the debug mode for the whole graph. Prior to running the graph, please make sure it's not the issue. You can do it as follows:
    1. Click anywhere to the graph pane
    2. In the details pane below the graph select "Properties" tab.
    3. Make sure the attribute "Debug mode" (in Advanced section) is not set to "false". It can be blank or set to "true" to ensure your debug data is stored properly.

    Please let me know if it helped or if you have any follow-up questions.
    Eva

Please sign in to leave a comment.