Skip to main content
Question

Problem with "Test Clauses" in Tester Transformer

  • October 22, 2020
  • 1 reply
  • 9 views

Forum|alt.badge.img

Hi, I have a problem with the TESTER-Transformer. I test from two different sources:

 

2020-10-22 15_50_58-WindowI make the following TestClause:

2020-10-22 15_52_59-WindowThe left attributes contains a string:

 

C:\\Data\\DownloadAV\\AV_INTERLIS_DATEN\\ENTZIPPED_DATA\\http_download_1603358280779_10932\\Amtliche_Vermessung_-_Datenmodell_Schweiz_-DM01AVCH\\213-bruetten-gds.itf

 

and the right a value of 213:

2020-10-22 15_55_43-WindowThe Clause is looking for the value 213 in the other string. It should be correct, but it never find it. If I make the compare in the following way, it works:2020-10-22 15_58_23-WindowCould anyone help me?

thanks a lot

 

This post is closed to further activity.
It may be an old question, an answered question, an implemented idea, or a notification-only post.
Please check post dates before relying on any information in a question or answer.
For follow-up or related questions, please post a new question or idea.
If there is a genuine update to be made, please contact us and request that the post is reopened.

1 reply

ebygomm
Influencer
Forum|alt.badge.img+44
  • Influencer
  • 3427 replies
  • October 22, 2020

You need to add the pindir_indent attribute to every feature in order to use it in your test clause. At the moment the path_windows and the pindir_indent exist on different features so you won't get a correct result if you reference both of them in your test clause