Data360 Analyze

 View Only
  • 1.  %ls.lae. list of methods

    Posted 12-01-2020 06:32

    Hi, i would like to ask you about the list of methods for "%ls.lae." methods.

    Is it a some document about it?

    thanks

    Jarek



  • 2.  RE: %ls.lae. list of methods

    Employee
    Posted 12-01-2020 07:03

    I'm not entirely sure what you are referring to, but there is this KB article:

     

    https://support.infogix.com/hc/en-us/articles/360048214134-Data360-Analyze-prop-files-explained

     



  • 3.  RE: %ls.lae. list of methods

    Employee
    Posted 12-01-2020 07:07

    Also see this topic in the online Help which discusses the use of property substitutions, including the 'Run*' properties and the 'Execute*' properties.

    https://doc.infogixsaas.com/analyze/Default.htm#d-advanced-topics/using-derived-property-values.htm



  • 4.  RE: %ls.lae. list of methods

    Posted 12-01-2020 07:08

    Thank you , it is exactly what i mean, is it a method which return a current lna filename which is executed?

     

    Regards.

    Jarek.



  • 5.  RE: %ls.lae. list of methods

    Employee
    Posted 12-01-2020 11:36

    You can use the following to obtain the name of the currently running data flow:

    node.properties.getString("graphName", "graph.graphName")

     



  • 6.  RE: %ls.lae. list of methods

    Posted 12-02-2020 00:34

    Thank you Adrian, that is super useful. Can you confirm that i can use these type of calling a property values only in new types of nodes like transform etc. I am trying to do in lavastorm nodes and this does not work.

    Thank you

    jarek.



  • 7.  RE: %ls.lae. list of methods

    Employee
    Posted 12-02-2020 02:27

    The equivalent scripting functionality in a Superseded node is:

    property("graph.graphName")

     



  • 8.  RE: %ls.lae. list of methods

    Posted 12-02-2020 03:26

    Thank you for help. You can close this one :)