Data Integration Hub Konvertierung -Field
AnsweredIs 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.

0
-
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 functionand in Konvertierung you insert
batch=integrationfucntions:checkcrossreference()
More see
http://www.beascloud.net/docs/help/beasscript2/batch.htm
-
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
Please sign in to leave a comment.
Comments
2 comments