Data Integration Hub Konvertierung -Field Answered

Paco Bayer

Is there a way to bypass the 255 characters limitations of the "konvertierung" -field on the Source - Target - Link Window in the Data Integration Hub?

I' trying to implement a path change script and am struggling to fit it inside 255 characters.

Comments

2 comments

  • Comment author
    Martin Heigl

    Hi, we will change this in a later version to 2048 bytes

    workaround

     

    create a source file in the project folder

    example:

    integrationfucntions.src

     

    inside this you can create a function

     

    function checkcrossreference

    // your code

    end function

     

    and in Konvertierung you insert

    batch=integrationfucntions:checkcrossreference()

    More see 

    http://www.beascloud.net/docs/help/beasscript2/batch.htm

     

     

    0
  • Comment author
    Paco Bayer

    Hello, thank you very much!

    I managed to cram the things I had to do in the field but this will surely be useful down the line.

     

    Kind Regards

    Paco Bayer

    0

Please sign in to leave a comment.