Hi @hassangillani3,
Could you share us the result generated by transformer WebServerCaller?
The transformer TimeStamp_StringSearcher, is a custom transformer?
Thanks,
Danilo
Danilo,
The webcaller server result is a specific solar power production data generated at several time intervals:
https://pvoutput.org/intraday.jsp?id=38342&sid;=35087&dt;=20170515
fme2.png
Thanks
Hi @hassangillani3,
Could you share us the result generated by transformer WebServerCaller?
The transformer TimeStamp_StringSearcher, is a custom transformer?
Thanks,
Danilo
Danilo,
The webcaller server result is a specific solar power production data generated at several time intervals:
https://pvoutput.org/intraday.jsp?id=38342&sid;=35087&dt;=20170515
fme2.png
Thanks
the part between the square brackets is a regular expression.
Its nothing more then a character class.
It means that the string may consist of a 0 or more characters equal to either any of
A-Z a-z 0-9 _@. / ' # : , & + -
So alphabetic upper or lower, digits and either of _@. / ' # : , & + -
The \\ is a escape character for /
The characterclass is assigne to a attribute "cats" for further usage.
The @length() requires a geometric feature, not a string.
If you need length of string you should use@StringLength(<STRING>)