Click here to Skip to main content
15,867,594 members

Comments by Carsten Giesen (Top 6 by date)

Carsten Giesen 27-Oct-22 11:07am View    
Link is obsolet
Carsten Giesen 2-Aug-20 4:40am View    
Actual now chance. I get a JSON text only. Perhaps in future I will have a wizard. But today I have to do it this way :(
Carsten Giesen 2-Aug-20 4:38am View    
This is a pice of code. Given by the devoloper.
Example:
Value1 could be "monday", "sunday", "fryday" if Value2 is "hot"
Value1 could be "beer", "wine", "whater" if Value2 is "warm"
Carsten Giesen 2-Aug-20 4:36am View    
I have a running rule engine! I like to inform the user, in witch row the error is.
I didn't find a way to indetifiy the text row based on my object
Carsten Giesen 1-Aug-20 15:17pm View    
Thanks for this tip. Thats new for me. But that's only give me the structure or the types validation.
What I have to validate ist more complex.
Example: If Property 1 is "Monday" than Property 2 can only be "Pizza", "Fish" or "Rice"
If it's "Sunday" then "Bier", "Wine", "Gin"

I hope it's a lite bit clear now. My english is realy bad ;)

In this case I like to find the property 2 and mark the line.

This prpoerty is include in an object, and I have a list of this objects.
So I have property 2 more than one in my text file.

Carstne